]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 15 Apr 2022 18:57:47 +0000 (19:57 +0100)
committerGitHub <noreply@github.com>
Fri, 15 Apr 2022 18:57:47 +0000 (19:57 +0100)
commit5d421d7342fc0d278c129c05bea7028430e94a4e
treec5bb38c41d86c6289dfcb1f7937f2df07305f4d8
parentc06a4ffe818feddef3b5083d9746a1c0b82c84ab
gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException (GH-30531)
13 files changed:
Doc/c-api/exceptions.rst
Doc/data/stable_abi.dat
Doc/library/sys.rst
Doc/whatsnew/3.11.rst
Include/cpython/pyerrors.h
Include/pyerrors.h
Lib/test/test_capi.py
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C API/2022-01-11-12-52-37.bpo-46343.JQJWhZ.rst [new file with mode: 0644]
Misc/stable_abi.txt
Modules/_testcapimodule.c
PC/python3dll.c
Python/errors.c