diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-11-13 19:40:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-13 19:40:18 (GMT) |
commit | 14c13955c59c15bd58520241ce64e27c68028d64 (patch) | |
tree | 3b74a1fdfb0aa0beaf2aab66f37fd536aac5efec /Misc/NEWS.d | |
parent | 5324893599bcdab7e8d56fbc6dce32b994f76443 (diff) | |
download | cpython-14c13955c59c15bd58520241ce64e27c68028d64.zip cpython-14c13955c59c15bd58520241ce64e27c68028d64.tar.gz cpython-14c13955c59c15bd58520241ce64e27c68028d64.tar.bz2 |
gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (GH-99283)
(cherry picked from commit 343eb0f94b26f2a4c1c15505d417e8157ec19660)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-11-09-12-16-35.gh-issue-99275.klOqoL.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-09-12-16-35.gh-issue-99275.klOqoL.rst b/Misc/NEWS.d/next/Library/2022-11-09-12-16-35.gh-issue-99275.klOqoL.rst new file mode 100644 index 0000000..2bf05a3 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-11-09-12-16-35.gh-issue-99275.klOqoL.rst @@ -0,0 +1,2 @@ +Fix ``SystemError`` in :mod:`ctypes` when exception was not set during +``__initsubclass__``. |