diff options
author | Jun Komoda <45822440+junkmd@users.noreply.github.com> | 2024-11-20 12:53:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-20 12:53:43 (GMT) |
commit | 5b4502560ba83274badac46ad7f263402f7ad269 (patch) | |
tree | 944302db991a2a740adbf034d12d19d87d055bf3 /Misc | |
parent | 9d2a879affe790b44880d4e786b801c80cf6f7a9 (diff) | |
download | cpython-5b4502560ba83274badac46ad7f263402f7ad269.zip cpython-5b4502560ba83274badac46ad7f263402f7ad269.tar.gz cpython-5b4502560ba83274badac46ad7f263402f7ad269.tar.bz2 |
gh-126615: `ctypes`: Make `COMError` public (GH-126686)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-11-19-14-34-05.gh-issue-126615.LOskwi.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-11-19-14-34-05.gh-issue-126615.LOskwi.rst b/Misc/NEWS.d/next/Library/2024-11-19-14-34-05.gh-issue-126615.LOskwi.rst new file mode 100644 index 0000000..8c7a2ad --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-11-19-14-34-05.gh-issue-126615.LOskwi.rst @@ -0,0 +1,2 @@ +The :exc:`~ctypes.COMError` exception is now public. +Previously, this was private and only available in ``_ctypes``. |