]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] 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:29:02 +0000 (23:29 -0800)
committerGitHub <noreply@github.com>
Tue, 18 Jan 2022 07:29:02 +0000 (23:29 -0800)
commit1d6530dd0564a6bb75989b9fca25a649b5ddc1b0
treeac21f01b040449cb8df4f8c0a15cf5f3a4618cd6
parent0fbb9afbddb93408e34bdb7625002374cb2ad68c
[3.9] bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638) (GH-30658)

(cherry picked from commit a287b31bcb065e4122400cb59167340d25480e6d)

Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>
Automerge-Triggered-By: GH:iritkatriel
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