Message290728
| 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:01 | eryksun | set | recipients: + eryksun, terry.reedy, Mark |
| 2017-03-28 14:56:01 | eryksun | set | messageid: <1490712961.06.0.452239916275.issue29926@psf.upfronthosting.co.za> |
| 2017-03-28 14:56:01 | eryksun | link | issue29926 messages |
| 2017-03-28 14:56:01 | eryksun | create | |