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 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:40pitrousetrecipients: + pitrou, tim.peters, paul.moore, vstinner, tim.golden, neologix, zach.ware, eryksun, steve.dower, tupl, pdgoins-work
2018-05-01 22:08:40pitrousetmessageid: <1525212520.62.0.682650639539.issue21822@psf.upfronthosting.co.za>
2018-05-01 22:08:40pitroulinkissue21822 messages
2018-05-01 22:08:40pitroucreate