Message316024
| Author | pitrou |
|---|---|
| Recipients | eryksun, neologix, paul.moore, pdgoins-work, pitrou, steve.dower, tim.golden, tim.peters, tupl, vstinner, zach.ware |
| Date | 2018-05-01.22:08:40 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1525212520.62.0.682650639539.issue21822@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
multiprocessing semaphores support Ctrl-C under Windows, so it should be doable for regular locks as well (notice the `sigint_event`): https://github.com/python/cpython/blob/master/Modules/_multiprocessing/semaphore.c#L109-L146 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-01 22:08:40 | pitrou | set | recipients: + pitrou, tim.peters, paul.moore, vstinner, tim.golden, neologix, zach.ware, eryksun, steve.dower, tupl, pdgoins-work |
| 2018-05-01 22:08:40 | pitrou | set | messageid: <1525212520.62.0.682650639539.issue21822@psf.upfronthosting.co.za> |
| 2018-05-01 22:08:40 | pitrou | link | issue21822 messages |
| 2018-05-01 22:08:40 | pitrou | create | |