]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 22 Oct 2021 23:13:46 +0000 (00:13 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Oct 2021 23:13:46 +0000 (00:13 +0100)
commitf30ad65dbf3c6b1b5eec14dc954d65ef32327857
tree410d8eb9335a1e405cbc7092e8f5a36e592ad712
parent4bc5473a42c5eae0928430930b897209492e849d
bpo-45292: [PEP 654] add the ExceptionGroup and BaseExceptionGroup classes (GH-28569)
16 files changed:
Doc/data/stable_abi.dat
Include/cpython/pyerrors.h
Include/internal/pycore_interp.h
Include/internal/pycore_pylifecycle.h
Include/pyerrors.h
Lib/test/exception_hierarchy.txt
Lib/test/test_descr.py
Lib/test/test_doctest.py
Lib/test/test_exception_group.py [new file with mode: 0644]
Lib/test/test_pickle.py
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/Core and Builtins/2021-09-26-18-18-50.bpo-45292.aX5HVr.rst [new file with mode: 0644]
Misc/stable_abi.txt
Objects/exceptions.c
PC/python3dll.c
Python/pylifecycle.c