]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-45083: Include the exception class qualname when formatting an exception...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 Sep 2021 16:56:05 +0000 (09:56 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Sep 2021 16:56:05 +0000 (18:56 +0200)
commit41c23740243cc3a0699bc4d5dcfd47a0007ff039
treeea37dd3bc3cbbcd779881d394a6120506e53b103
parent98eb40828af97760badfa7b8ff84bd4f7a079839
[3.9] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) (GH-28135)

* bpo-45083: Include the exception class qualname when formatting an exception (GH-28119)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
(cherry picked from commit b4b6342848ec0459182a992151099252434cc619)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Include/internal/pycore_object.h
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]
Objects/typeobject.c
Python/errors.c
Python/pythonrun.c