Eryk Sun <eryk...@gmail.com> added the comment:

This is a variation on bpo-21822. If join() is called in the main thread, and 
it gets interrupted immediately after the lock.acquire(block, timeout) call, 
then subsequent calls will hang. In Windows, the acquire() call is not 
interruptible with Ctrl+C, so the KeyboardInterrupt gets raised immediately 
after acquire() returns, so the problem is easy to reproduce in Windows.

----------
nosy: +eryksun
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> KeyboardInterrupt during Thread.join hangs that Thread

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43409>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to