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.
1 file changed