commit | 6b996d61c96222d959d043b9424e8125c0efbb27 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Sep 08 09:32:19 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 08 18:32:19 2021 +0200 |
tree | 2a6cbad4ec168b0c80c671db75d23c08cbd6239d | |
parent | d41abe8970453716dbc6a3a898ac8fb01cbf6c6f [diff] |
[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>