]> 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 ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 10 Jun 2021 21:24:03 +0000 (14:24 -0700)
committerGitHub <noreply@github.com>
Thu, 10 Jun 2021 21:24:03 +0000 (22:24 +0100)
commit175ebc60d52f2e88cf5cba5224c15074d2623c10
treeff963a4aeaf8d08c5984902b12112a84bc01bfd6
parent9b889433c7bb3ed7e2b4655f024b49d97fe412fb
bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180) (GH-26651)

(cherry picked from commit 6544b2532df82d137b71323445a07a6e29bcdec0)

Co-authored-by: Daniel Hahler <git@thequod.de>
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]