]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementation...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 30 May 2023 15:50:23 +0000 (16:50 +0100)
committerGitHub <noreply@github.com>
Tue, 30 May 2023 15:50:23 +0000 (16:50 +0100)
commitb45df737d43e809b1c41b9b2056ecb28c3cfb288
tree70cc61338652bffc07f89a304d0e2c1c045e7d87
parent7899fac3c5fba3b8258cdd72562230c51164d778
[3.12] gh-105071: add PyUnstable_Exc_PrepReraiseStar to expose except* implementation in the unstable API (GH-105072) (#105095)

(cherry picked from commit b7aadb4583b040ddc8564896b91f4e5e571c82d6)
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