]> granicus.if.org Git - python/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:47:57 +0000 (06:47 +0100)
committerGitHub <noreply@github.com>
Wed, 9 Oct 2019 05:47:57 +0000 (06:47 +0100)
commitd004a5b082d0770682e6efbf03105a67469d4820
treefd499adee8226b871f89e7e562f6990b76ca547b
parentd8071cbf5bd0c276bae41b8505da22ad29d1be51
bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16671)

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