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 eryksun
Recipients Mark, eryksun, terry.reedy
Date 2017-03-28.14:56:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490712961.06.0.452239916275.issue29926@psf.upfronthosting.co.za>
In-reply-to
Content
For Windows the event should be set after trip_signal(SIGINT). That way the flag is guaranteed to be tripped when PyErr_CheckSignals is called from the time module's pysleep() function. This in turn calls the default SIGINT handler that raises a KeyboardInterrupt.
History
Date User Action Args
2017-03-28 14:56:01eryksunsetrecipients: + eryksun, terry.reedy, Mark
2017-03-28 14:56:01eryksunsetmessageid: <1490712961.06.0.452239916275.issue29926@psf.upfronthosting.co.za>
2017-03-28 14:56:01eryksunlinkissue29926 messages
2017-03-28 14:56:01eryksuncreate