]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-78878: Fix crash when creating an instance of `_ctypes.CField` (#14837)
authorHai Shi <shihai1992@gmail.com>
Wed, 21 Dec 2022 17:31:17 +0000 (01:31 +0800)
committerGitHub <noreply@github.com>
Wed, 21 Dec 2022 17:31:17 +0000 (23:01 +0530)
commitd713c54ac8a2eba0616a5a07714696d935f1062e
treeefcfc4742bccf2dec3e3ebb63d461131be995406
parente0b4d966a8d1867c4b535b043e08288ca49b3548
gh-78878: Fix crash when creating an instance of `_ctypes.CField` (#14837)
Lib/test/test_ctypes/test_struct_fields.py
Misc/NEWS.d/next/Library/2022-12-19-20-54-04.gh-issue-78878.JrkYqJ.rst [new file with mode: 0644]
Modules/_ctypes/cfield.c
Modules/_ctypes/stgdict.c