]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102799: replace sys.exc_info by sys.exception in inspect and traceback modules...
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 1 May 2023 17:19:47 +0000 (18:19 +0100)
committerGitHub <noreply@github.com>
Mon, 1 May 2023 17:19:47 +0000 (18:19 +0100)
commita679c3d58d10aafd9ac9355fdd16151607e37d65
treef02589aec2f9f81c5bc2c2f744d1c71f8e1493e7
parent2a884ceb36e799c900129d4b5b6248262004efb5
gh-102799: replace sys.exc_info by sys.exception in inspect and traceback modules (#104032)
Lib/inspect.py
Lib/traceback.py