]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45292: [PEP 654] Update traceback display code to work with exception groups...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 5 Nov 2021 09:39:18 +0000 (09:39 +0000)
committerGitHub <noreply@github.com>
Fri, 5 Nov 2021 09:39:18 +0000 (09:39 +0000)
commit3509b26c916707363c71a1df040855e395cf4817
tree9b61a408b78e8133e7b75ac5fb18e093c88b4698
parente52f9bee802aa7a7fbd405dcc43bc2d1bea884d9
bpo-45292: [PEP 654] Update traceback display code to work with exception groups (GH-29207)
Include/internal/pycore_traceback.h
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Core and Builtins/2021-09-26-18-18-50.bpo-45292.aX5HVr.rst
Python/pythonrun.c
Python/traceback.c