]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Tue, 18 Jan 2022 07:05:16 +0000 (07:05 +0000)
committerGitHub <noreply@github.com>
Tue, 18 Jan 2022 07:05:16 +0000 (07:05 +0000)
commita287b31bcb065e4122400cb59167340d25480e6d
tree5412aa998a1ce372a7a3689a1f2cdc41e90ebbac
parentc47c9e6589eb7a272cfe4d352eb87389eb20ec2f
bpo-46411: Remove unnecessary calls to sys.exc_info() in tests (GH-30638)
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