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 vstinner
Recipients eryksun, josh.r, kristjan.jonsson, paul.moore, pitrou, steve.dower, tim.golden, tim.peters, vstinner, zach.ware
Date 2021-09-27.14:07:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632751671.81.0.818329241075.issue29971@roundup.psfhosted.org>
In-reply-to
Content
Copy of Antoine Pitrou's msg316024 (bpo-21822):

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
2021-09-27 14:07:51vstinnersetrecipients: + vstinner, tim.peters, paul.moore, pitrou, kristjan.jonsson, tim.golden, zach.ware, eryksun, steve.dower, josh.r
2021-09-27 14:07:51vstinnersetmessageid: <1632751671.81.0.818329241075.issue29971@roundup.psfhosted.org>
2021-09-27 14:07:51vstinnerlinkissue29971 messages
2021-09-27 14:07:51vstinnercreate