]> 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>
Sat, 27 Nov 2021 22:00:10 +0000 (22:00 +0000)
committerGitHub <noreply@github.com>
Sat, 27 Nov 2021 22:00:10 +0000 (22:00 +0000)
commit4dfae6f38e1720ddafcdd68043e476ecb41cb4d5
treef4b3c2b296051e5f4ac3e4fdc9f4183758f65b4a
parente71c12efcddc1076d5367461a5b416092267aa77
bpo-45614: Fix traceback display for exceptions with invalid module name (GH-29726)
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