[issue8844] Condition.wait() doesn't raise KeyboardInterrupt

Antoine Pitrou report at bugs.python.org
Fri May 28 19:40:40 CEST 2010


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

In 3.2, even using a timeout doesn't make the call interruptible.
The solution would be to fix the internal locking APIs so that they handle incoming signals properly, and are able to return an error status.

----------
nosy: +gregory.p.smith, jyasskin, pitrou, rnk
versions: +Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8844>
_______________________________________


More information about the Python-bugs-list mailing list