commit | 3e936431e23b424b1e4665e8165c245924f0ab02 | [log] [tgz] |
---|---|---|
author | Daniel Hahler <github@thequod.de> | Tue Mar 12 04:29:04 2019 +0100 |
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Mar 11 20:29:04 2019 -0700 |
tree | e06867ae81a11929c45b8dd40dde1cded3eb7fc7 | |
parent | 1ceb3a3d172dcf0ddff38d5d6b559443ad065b84 [diff] |
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.