]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45083: Include the exception class qualname when formatting an exception (GH...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 3 Sep 2021 07:30:17 +0000 (08:30 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Sep 2021 07:30:17 +0000 (09:30 +0200)
commitb4b6342848ec0459182a992151099252434cc619
tree049ee796fb01dee4844bccc61fb7427eb169ccf4
parenta1e15a7a604e6f44cdaf4e106339df62eac5dc9f
bpo-45083: Include the exception class qualname when formatting an exception (GH-28119)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Lib/test/test_sys.py
Lib/test/test_traceback.py
Misc/NEWS.d/next/Core and Builtins/2021-09-01-23-55-49.bpo-45083.cLi9G3.rst [new file with mode: 0644]
Python/errors.c
Python/pythonrun.c