]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-130250: fix regression in traceback.print_last (GH-130318) (#130326)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Feb 2025 22:01:32 +0000 (23:01 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2025 22:01:32 +0000 (22:01 +0000)
commit8d58070d7eaf20654da96562e1ea1568b42d2784
treecf441e7ea21239c32ac1705480b85e49816bd8d4
parent720de0dc63cccef658272fc86e3bb533035ee39b
[3.12] gh-130250: fix regression in traceback.print_last (GH-130318) (#130326)

gh-130250: fix regression in traceback.print_last (GH-130318)
(cherry picked from commit 6c982aeb547528174f8bc843267f584d8b133d14)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Doc/library/traceback.rst
Lib/test/test_traceback.py
Lib/traceback.py
Misc/NEWS.d/next/Library/2025-02-19-19-29-19.gh-issue-130250.T00tql.rst [new file with mode: 0644]