[issue41288] Pickle crashes unpickling invalid NEWOBJ_EX opcode

Serhiy Storchaka report at bugs.python.org
Wed Jul 22 01:32:06 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

This fix touched the unpickling code, and the test crashed during pickling, so it is not directly related. But it may be some compiler glitch, when changing one part of code affects compilation of other parts of code. The next run on the buildbot was passed, and there were failures in the past (but logs were not saved), so it may be just unstable test.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41288>
_______________________________________


More information about the Python-bugs-list mailing list