commit | 8beb30a88ff20f34ad2399072cd68a3a6d912b6c | [log] [tgz] |
---|---|---|
author | Ahmet Altay <[email protected]> | Fri Aug 20 09:20:58 2021 -0700 |
committer | GitHub <[email protected]> | Fri Aug 20 12:20:58 2021 -0400 |
tree | cb8e13ed6e9e3e5cb0ae8215b5ae222f85f1c984 | |
parent | 70b500f2eb89beda26e68018ab279c53a871b3a4 [diff] |
Updated messages py for unpickling related issue (#311) To support migration to Python 3.7, setstate is called after append, extend, so when unpickling __field is not set. Guarding the validation to not occur during unpickle resolves this issue.