]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Wed, 9 Oct 2019 05:48:48 +0000 (06:48 +0100)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2019 05:48:48 +0000 (06:48 +0100)
commit129c2b3d44a962fc5964ef8fd4e6b22dbb691a6c
tree5263249355652d1242055b1c21d0a9050b33e50e
parent443370d8acd107da235d2e9758e06ab3583be4ea
bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16672)

(cherry picked from commit e8bedbddadaa86be6bd86dc32dbdbd53933a4988)
Lib/ctypes/test/test_structures.py
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/stgdict.c