]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45607: Make it possible to enrich exception displays via setting their __note__...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 3 Dec 2021 22:01:15 +0000 (22:01 +0000)
committerGitHub <noreply@github.com>
Fri, 3 Dec 2021 22:01:15 +0000 (22:01 +0000)
commit5bb7ef2768be5979b306e4c7552862b1746c251d
tree2c5d4d96a1e5bba8d0d918cc413d882f10308e63
parentd9301703fb1086cafbd730c17e3d450a192485d6
bpo-45607: Make it possible to enrich exception displays via setting their __note__ field (GH-29880)
Doc/library/exceptions.rst
Doc/whatsnew/3.11.rst
Include/cpython/pyerrors.h
Lib/test/test_exceptions.py
Lib/test/test_sys.py
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Core and Builtins/2021-12-01-15-38-04.bpo-45607.JhuF8b.rst [new file with mode: 0644]
Objects/exceptions.c
Python/pythonrun.c