]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35931: Gracefully handle any exception in pdb debug command (GH-12103)
authorDaniel Hahler <github@thequod.de>
Tue, 12 Mar 2019 03:29:04 +0000 (04:29 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Mar 2019 03:29:04 +0000 (20:29 -0700)
commit3e936431e23b424b1e4665e8165c245924f0ab02
treee06867ae81a11929c45b8dd40dde1cded3eb7fc7
parent1ceb3a3d172dcf0ddff38d5d6b559443ad065b84
bpo-35931: Gracefully handle any exception in pdb debug command (GH-12103)

This is relevant for `debug doesnotexist()`, which would crash with a
NameError otherwise.
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2019-03-11-22-06-36.bpo-35931.Qp_Tbe.rst [new file with mode: 0644]