This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients ltaylor934, markroseman, roger.serwy, terry.reedy
Date 2016-05-07.22:56:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462661785.11.0.615467180085.issue14111@psf.upfronthosting.co.za>
In-reply-to
Content
'raise KeyboardInterrupt' in code causes shell to hang until Restart Shell Cntl-F6 in invoked.

>>> 
[DEBUG ON]
>>> raise KeyboardInterrupt
<debug window activates.  Hit [step].  Window deactivates.  No prompt, even in response to Enter.  Shell unresponsive.>
<Restart Shell>
=============================== RESTART: Shell ===============================
[DEBUG ON]
>>> 

The behavior was noted by pperry on #26949, which is about SystemExit behavior.  I currently think it part of this issue.
History
Date User Action Args
2016-05-07 22:56:25terry.reedysetrecipients: + terry.reedy, roger.serwy, markroseman, ltaylor934
2016-05-07 22:56:25terry.reedysetmessageid: <1462661785.11.0.615467180085.issue14111@psf.upfronthosting.co.za>
2016-05-07 22:56:25terry.reedylinkissue14111 messages
2016-05-07 22:56:24terry.reedycreate