]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 13 Nov 2022 19:51:26 +0000 (11:51 -0800)
committerGitHub <noreply@github.com>
Sun, 13 Nov 2022 19:51:26 +0000 (11:51 -0800)
commitbf76d9bd4dd7ef2a3467f637cfdff0215d922553
treee7d3d6af2c0af13fd337bc74bcc50969dfc0cb65
parent72d356e3584ebfb8e813a8e9f2cd3dccf233c0d9
gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)

(cherry picked from commit 343eb0f94b26f2a4c1c15505d417e8157ec19660)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/ctypes/test/test_struct_fields.py
Misc/NEWS.d/next/Library/2022-11-09-12-16-35.gh-issue-99275.klOqoL.rst [new file with mode: 0644]
Modules/_ctypes/stgdict.c