]> 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 20:56:57 +0000 (13:56 -0700)
committerGitHub <noreply@github.com>
Thu, 10 Jun 2021 20:56:57 +0000 (21:56 +0100)
commite3bc32fc1ad5537b476b34062b07a040533c913a
tree59224d17fc8d126ff0d18f299d162a30943dacea
parent540ebc4a8874f94152980be7778f3f793b65f111
bpo-37022: Fix bug where pdb's do_p/do_pp commands swallow exceptions from repr (GH-18180) (GH-26650)

(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]