]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sat, 16 Apr 2022 18:59:52 +0000 (19:59 +0100)
committerGitHub <noreply@github.com>
Sat, 16 Apr 2022 18:59:52 +0000 (19:59 +0100)
commitd4c4a76ed1427c947fcbbe692625b3f644cf3aaf
tree2e503da40ff6459711ff5730b22e89962b175252
parent7fa3a5a2197896066e3fe53ee325ac6ab54c3414
gh-89770: Implement PEP-678 - Exception notes (GH-31317)
12 files changed:
Doc/library/exceptions.rst
Doc/whatsnew/3.11.rst
Include/cpython/pyerrors.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init.h
Lib/test/test_exception_group.py
Lib/test/test_exceptions.py
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Core and Builtins/2022-04-12-11-56-23.gh-issue-91479.-dyGJX.rst [new file with mode: 0644]
Objects/exceptions.c
Python/pythonrun.c