[issue21822] KeyboardInterrupt during Thread.join hangs that Thread

Antoine Pitrou report at bugs.python.org
Tue May 1 18:08:40 EDT 2018


Antoine Pitrou <pitrou at free.fr> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue21822>
_______________________________________


More information about the Python-bugs-list mailing list