]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 18 Jan 2022 07:33:00 +0000 (23:33 -0800)
committerGitHub <noreply@github.com>
Tue, 18 Jan 2022 07:33:00 +0000 (23:33 -0800)
commit42038d00ea7b0b5455e371285102d85006fbf687
treeeafd13e52bb14e708e86140ffc7b725f4fcc908b
parent7a822c92782ffda8fa32a4b30a95b9de7cc1b8e6
bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638)

(cherry picked from commit a287b31bcb065e4122400cb59167340d25480e6d)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Lib/test/test_argparse.py
Lib/test/test_builtin.py
Lib/test/test_inspect.py
Lib/test/test_logging.py
Lib/test/test_raise.py
Lib/test/test_zipimport.py