[issue1167930] threading.Thread.join() cannot be interrupted by a Ctrl-C

Guido van Rossum report at bugs.python.org
Tue Oct 30 01:56:32 CET 2007


Guido van Rossum added the comment:

This is because the regular acquire() method on a basic lock cannot be
interrupted.  That's unlikely to go away, so you'll just have to live
with this.  As you've discovered, specifying a timeout solves the issue
(sort of).

----------
nosy: +gvanrossum
resolution:  -> wont fix
status: open -> closed

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1167930>
_____________________________________


More information about the Python-bugs-list mailing list