]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 6 Apr 2023 10:08:25 +0000 (11:08 +0100)
committerGitHub <noreply@github.com>
Thu, 6 Apr 2023 10:08:25 +0000 (11:08 +0100)
commit482b6eeadcde3e6573f0d243e687de7be7680379
tree293a6be3605658c75e0b398268180142af46d1da
parenta44568b80dfc494759d45db59423ed314bc70f9e
gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)
12 files changed:
Lib/test/profilee.py
Lib/test/support/asyncore.py
Lib/test/test_asyncio/test_tasks.py
Lib/test/test_asyncio/utils.py
Lib/test/test_class.py
Lib/test/test_cprofile.py
Lib/test/test_exceptions.py
Lib/test/test_generators.py
Lib/test/test_logging.py
Lib/test/test_profile.py
Lib/test/test_ssl.py
Lib/test/test_traceback.py