]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126615: `ctypes`: Make `COMError` public (GH-126686)
authorJun Komoda <45822440+junkmd@users.noreply.github.com>
Wed, 20 Nov 2024 12:53:43 +0000 (21:53 +0900)
committerGitHub <noreply@github.com>
Wed, 20 Nov 2024 12:53:43 +0000 (12:53 +0000)
commit5b4502560ba83274badac46ad7f263402f7ad269
tree944302db991a2a740adbf034d12d19d87d055bf3
parent9d2a879affe790b44880d4e786b801c80cf6f7a9
gh-126615: `ctypes`: Make `COMError` public (GH-126686)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/ctypes.rst
Doc/whatsnew/3.14.rst
Lib/ctypes/__init__.py
Lib/test/test_ctypes/test_win32.py
Misc/NEWS.d/next/Library/2024-11-19-14-34-05.gh-issue-126615.LOskwi.rst [new file with mode: 0644]