]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-16575: Add checks for unions passed by value to functions. (GH-16799) ...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 31 Oct 2019 13:34:05 +0000 (13:34 +0000)
committerGitHub <noreply@github.com>
Thu, 31 Oct 2019 13:34:05 +0000 (13:34 +0000)
commit952899704800a5aa438e84d50f0b6fc498c72e89
tree944e01e6f5dd2b2d4e4c99f6a456585fd3c27eae
parentc1ebe6a1259ce988dc7d1fc547386b142dfe4364
[3.8] bpo-16575: Add checks for unions passed by value to functions. (GH-16799) (GH-17016)

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