]> 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:40:18 +0000 (11:40 -0800)
committerGitHub <noreply@github.com>
Sun, 13 Nov 2022 19:40:18 +0000 (11:40 -0800)
commit14c13955c59c15bd58520241ce64e27c68028d64
tree3b74a1fdfb0aa0beaf2aab66f37fd536aac5efec
parent5324893599bcdab7e8d56fbc6dce32b994f76443
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