]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-16575: Add checks for unions passed by value to functions. (GH-16799)
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 31 Oct 2019 08:03:54 +0000 (08:03 +0000)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2019 08:03:54 +0000 (08:03 +0000)
commit79d4ed102a5069c6cebaed2627cb1645637f0429
treed163eaefd7890bff55c1ca81d9666705634c79b3
parentbdac32e9fe25fdb97a7172a93aabd1ffead89462
bpo-16575: Add checks for unions passed by value to functions. (GH-16799)
Lib/ctypes/test/test_structures.py
Modules/_ctypes/_ctypes.c
Modules/_ctypes/_ctypes_test.c
Modules/_ctypes/ctypes.h
Modules/_ctypes/stgdict.c