]> granicus.if.org Git - python/commit
[2.7] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 27 Sep 2017 06:24:39 +0000 (09:24 +0300)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2017 06:24:39 +0000 (09:24 +0300)
commit81691b05484a68df9cebb1310dd7dcabb3c6eb0a
treef892694d01bf892cd6aa568c45daa871f95aae57
parent4954b8dc5305de72ce618522522a2910c3a34126
[2.7] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (GH-3254). (#3781)

(cherry picked from commit 57c2561c8c5663aef55b00e3f29cba575ff36ccd)
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