[issue21822] [Windows] KeyboardInterrupt during Thread.join hangs that Thread

STINNER Victor report at bugs.python.org
Mon Sep 27 10:07:11 EDT 2021


STINNER Victor <vstinner at python.org> added the comment:

> I am having the same blocked signal issue on Windows when using Thread.join. This program does not print "interrupted" after pressing Ctrl+C:

This is a different issue: bpo-29971. Currently, threading.Lock.acquire() cannot be interrupted by CTRL+C.

----------
nosy: +vstinner

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


More information about the Python-bugs-list mailing list