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 ppperry
Recipients kbk, ppperry, roger.serwy, terry.reedy
Date 2016-05-07.22:43:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462660989.44.0.516549129612.issue26949@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-05-07 22:43:09ppperrysetrecipients: + ppperry, terry.reedy, kbk, roger.serwy
2016-05-07 22:43:09ppperrysetmessageid: <1462660989.44.0.516549129612.issue26949@psf.upfronthosting.co.za>
2016-05-07 22:43:09ppperrylinkissue26949 messages
2016-05-07 22:43:09ppperrycreate