[issue26949] IDLE restarts when one debugs code raising SystemExit

ppperry report at bugs.python.org
Sat May 7 18:43:09 EDT 2016


ppperry added the comment:

This issue has worse consequences than I previously thought. It also affects `KeyboardInterrupt` with worse consequences.

If you run a program raising `KeyboardInterrupt` in the debugger, the shell will hang. Restarting the shell fixes this problem.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26949>
_______________________________________


More information about the Python-bugs-list mailing list