]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 29 Nov 2021 10:11:48 +0000 (10:11 +0000)
committerGitHub <noreply@github.com>
Mon, 29 Nov 2021 10:11:48 +0000 (10:11 +0000)
commit5b6aa6ce20b5b3b45dec2ebd6355e248cdf2fbcc
tree1faef6bab1868c28e80bfb790a037cdbca3b3335
parent209cec8a2a2e845df5af764a9171af05a2a4c8e3
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726) (GH-29827)

(cherry picked from commit 4dfae6f38e1720ddafcdd68043e476ecb41cb4d5)
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Core and Builtins/2021-11-23-12-06-41.bpo-45614.fIekgI.rst [new file with mode: 0644]
Python/pythonrun.c