]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102008: simplify test_except_star by using sys.exception() instead of sys.exc_info...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 21 Feb 2023 15:11:31 +0000 (15:11 +0000)
committerGitHub <noreply@github.com>
Tue, 21 Feb 2023 15:11:31 +0000 (15:11 +0000)
commitc2b85a95a50687a2e5d1873e17266370876e77e9
tree609d69c1144dffe062938a14f5d98f7e4e8beabc
parent7346a381be1bc5911924fcf298408e6909f3949f
gh-102008: simplify test_except_star by using sys.exception() instead of sys.exc_info() (#102009)
Lib/test/test_except_star.py