]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097)
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 12 Nov 2019 12:29:34 +0000 (12:29 +0000)
committerGitHub <noreply@github.com>
Tue, 12 Nov 2019 12:29:34 +0000 (12:29 +0000)
commit106271568c58cfebae58f0c52b640dbe716ba2ce
tree9db639110e8f6163a6795741bccea8ab470de62d
parentc8b53dc3d8f721ed8519aa5a35530a42fbfb9424
bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097)
Lib/ctypes/test/test_structures.py
Modules/_ctypes/_ctypes.c
Modules/_ctypes/_ctypes_test.c