]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-130250: fix regression in traceback.print_last (GH-130318) (#130325)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Feb 2025 22:06:43 +0000 (23:06 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2025 22:06:43 +0000 (22:06 +0000)
commitd172415a4edbac74b61adbed953b6b79f3608d50
tree46937b9e9af1fc4d10b67c7b1a0156e87435b531
parent6c92424b9422658b2e019940c63e1799fc71b302
[3.13] gh-130250: fix regression in traceback.print_last (GH-130318) (#130325)

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]