]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(). ...
authorZackery Spytz <zspytz@gmail.com>
Sun, 31 Mar 2019 17:14:16 +0000 (11:14 -0600)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 31 Mar 2019 17:14:16 +0000 (20:14 +0300)
commita110817c080ca3c2f3262350b5d7e0c0582527e6
tree45729cdc92a0e8ee64aa99590c273b1449fea809
parentdffe90ee0eaf77785ad3d4ad7fb3249430ed1cb9
bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(). (GH-12106) (GH-12643)

(cherry picked from commit 5f2c50810a67982b0c80f6d3258fee3647f67005)
Modules/_ctypes/_ctypes.c