]> granicus.if.org Git - python/commit
bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case...
authorOren Milman <orenmn@gmail.com>
Mon, 25 Sep 2017 08:09:11 +0000 (11:09 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 25 Sep 2017 08:09:11 +0000 (11:09 +0300)
commit57c2561c8c5663aef55b00e3f29cba575ff36ccd
tree36217c977dffe90a97c1e8043dac073865010bfc
parent0d4497b9cae7942b7f731a6f99a73985c3fb4630
bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (#3254)
Lib/ctypes/test/test_parameters.py
Misc/NEWS.d/next/Core and Builtins/2017-08-31-17-52-56.bpo-31311.bNE2l-.rst [new file with mode: 0644]
Modules/_ctypes/_ctypes.c