]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102008: simplify test_except_star by using sys.exception() instead of sys.exc_info...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 21 Feb 2023 15:38:27 +0000 (07:38 -0800)
committerGitHub <noreply@github.com>
Tue, 21 Feb 2023 15:38:27 +0000 (07:38 -0800)
commit3bfa608cbe0d740be7628f8155b73d6f02eec797
treed5bc720130c564a7a639317246dbe710e7b86dbe
parent1633aea0e430f4c0d115b1ea5baac5daaecf81ff
gh-102008: simplify test_except_star by using sys.exception() instead of sys.exc_info() (GH-102009)

(cherry picked from commit c2b85a95a50687a2e5d1873e17266370876e77e9)

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