]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr ...
authorDaniel Hahler <git@thequod.de>
Thu, 10 Jun 2021 20:32:04 +0000 (22:32 +0200)
committerGitHub <noreply@github.com>
Thu, 10 Jun 2021 20:32:04 +0000 (21:32 +0100)
commit6544b2532df82d137b71323445a07a6e29bcdec0
tree82d643644f5274a19db30e8f0c10498d8b77b1ac
parent8a4f0850d75747af8c96ca0e7eef1f5c1abfba25
bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180)
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2020-01-25-12-58-20.bpo-37022.FUZI25.rst [new file with mode: 0644]