]> granicus.if.org Git - python/commit
[3.6] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 25 Sep 2017 08:49:08 +0000 (01:49 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 25 Sep 2017 08:49:08 +0000 (11:49 +0300)
commita6bddb8e4397df30926eb1ade6420a2277174227
tree208f61f1f1eac173aa9947944ac2243071ec05a8
parente2a30cd35b95dad55aea10347655f246348d1951
[3.6] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (GH-3254) (#3743)

(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