[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-35931: Gracefully handle any exception in pdb debug command by blueyed · Pull Request #12103 · python/cpython

the-knights-who-say-ni

This is relevant for `debug doesnotexist()`, which would crash with a
NameError otherwise.

Merged

blueyed added a commit to pdbpp/pdbpp that referenced this pull request

Mar 9, 2019

blueyed added a commit to pdbpp/pdbpp that referenced this pull request

Mar 9, 2019

blueyed added a commit to pdbpp/pdbpp that referenced this pull request

Mar 9, 2019

blueyed added a commit to pdbpp/pdbpp that referenced this pull request

Mar 9, 2019
* do_debug: harden and fix for py38-dev (v3.8.0a2)

Based on python/cpython#12103.

* ci: Travis: do not allow failure with py38

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 12, 2019

…onGH-12103)

This is relevant for `debug doesnotexist()`, which would crash with a
NameError otherwise.
(cherry picked from commit 3e93643)

Co-authored-by: Daniel Hahler <github@thequod.de>

blueyed added a commit to blueyed/rebased-pdbpp that referenced this pull request

May 25, 2019

* do_debug: harden and fix for py38-dev (v3.8.0a2)

Based on python/cpython#12103.

* ci: Travis: do not allow failure with py38