]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] bpo-45083: Include the exception class qualname when formatting an exception...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Sep 2021 16:32:19 +0000 (09:32 -0700)
committerGitHub <noreply@github.com>
Wed, 8 Sep 2021 16:32:19 +0000 (18:32 +0200)
commit6b996d61c96222d959d043b9424e8125c0efbb27
tree2a6cbad4ec168b0c80c671db75d23c08cbd6239d
parentd41abe8970453716dbc6a3a898ac8fb01cbf6c6f
[3.10] bpo-45083: Include the exception class qualname when formatting an exception (GH-28119) (GH-28134)

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>
* Use a private version of _PyType_GetQualName

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