summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJun Komoda <45822440+junkmd@users.noreply.github.com>2024-11-20 12:53:43 (GMT)
committerGitHub <noreply@github.com>2024-11-20 12:53:43 (GMT)
commit5b4502560ba83274badac46ad7f263402f7ad269 (patch)
tree944302db991a2a740adbf034d12d19d87d055bf3 /Misc
parent9d2a879affe790b44880d4e786b801c80cf6f7a9 (diff)
downloadcpython-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.rst2
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``.