]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-125514: fix bug in test_traceback utility. Specify exception types in excep...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 15 Oct 2024 14:28:23 +0000 (16:28 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Oct 2024 14:28:23 +0000 (14:28 +0000)
commit26725d1756424b8abff896ffed7b017dd59241fc
tree2f5e4f13afe08f4f3fa0c584a01919b56387fb1f
parent79422bc13b17331211619354b7d8acaccafcc79a
[3.12] gh-125514: fix bug in test_traceback utility. Specify exception types in except: clauses (GH-125516) (#125525)

gh-125514: fix bug in test_traceback utility. Specify exception types in except: clauses (GH-125516)
(cherry picked from commit 55c4f4c30b49734ce35dc88139b8b4fdc94c66fd)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_traceback.py