[issue31311] a SystemError and a crash in PyCData_setstate() when __dict__ is bad

Serhiy Storchaka report at bugs.python.org
Wed Sep 27 02:24:41 EDT 2017


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


New changeset 81691b05484a68df9cebb1310dd7dcabb3c6eb0a by Serhiy Storchaka in branch '2.7':
[2.7] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (GH-3254). (#3781)
https://github.com/python/cpython/commit/81691b05484a68df9cebb1310dd7dcabb3c6eb0a


----------

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


More information about the Python-bugs-list mailing list