]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102799: use `sys.exception()` instead of `sys.exc_info()` in pdb (#103294)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Sun, 9 Apr 2023 02:05:50 +0000 (03:05 +0100)
committerGitHub <noreply@github.com>
Sun, 9 Apr 2023 02:05:50 +0000 (07:35 +0530)
commit264b87f7fd0634485b9b4d21df49bec3401d7b2a
tree471cb89beef00d209b3d983bcb2c2720ebbe4e49
parent83af8f268629139b9628ff53617671469167146a
gh-102799: use `sys.exception()` instead of `sys.exc_info()` in pdb (#103294)
Lib/pdb.py