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

Antoine Pitrou report at bugs.python.org
Fri May 28 21:16:22 CEST 2010


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

3.2 is interesting in that it introduces a new internal API: PyThread_acquire_lock_timed(). We can therefore change that API again before release without risking any compatibility breakage. Reid, would you want to work on this?

----------

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


More information about the Python-bugs-list mailing list