]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementation in...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 30 May 2023 14:03:36 +0000 (15:03 +0100)
committerGitHub <noreply@github.com>
Tue, 30 May 2023 14:03:36 +0000 (15:03 +0100)
commitb7aadb4583b040ddc8564896b91f4e5e571c82d6
tree665822d1ce0896a4adaa79a7981f6916a6b08d61
parentbd98b65e974b7a1e086a51e7b55131582f7a0491
gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementation in the unstable API (#105072)
Doc/c-api/exceptions.rst
Include/cpython/pyerrors.h
Lib/test/test_capi/test_exceptions.py
Misc/NEWS.d/next/C API/2023-05-30-10-15-13.gh-issue-105071.dPtp7c.rst [new file with mode: 0644]
Modules/_testcapi/clinic/exceptions.c.h
Modules/_testcapi/exceptions.c
Objects/exceptions.c