]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup (GH-31294)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 22 Feb 2022 18:28:58 +0000 (18:28 +0000)
committerGitHub <noreply@github.com>
Tue, 22 Feb 2022 18:28:58 +0000 (18:28 +0000)
commit38b5acf8673ce42a401263a2528202e44d6ae60a
tree268428aef9ba81cf2d28a6b4e5b62cc2fe99cf40
parentbba8008f99d615a02984422a3825082bb5621f5a
bpo-46729: add number of sub-exceptions in str() of BaseExceptionGroup (GH-31294)
Lib/test/test_exception_group.py
Lib/test/test_traceback.py
Misc/NEWS.d/next/Core and Builtins/2022-02-22-17-18-36.bpo-46729.ZwGTFq.rst [new file with mode: 0644]
Objects/exceptions.c