]> 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)
committerNed Deily <nad@python.org>
Mon, 14 Oct 2019 21:03:10 +0000 (17:03 -0400)
commit1c61f2cc7ab44591b1832307a4022c927502d446
treeb14451f6c3b7007f4167aef2f819cc5e8f3b71ca
parent918f0c4a711b2608855d9ea0dca39c0998a17d0b
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