[issue15139] Speed up threading.Condition wakeup

Richard Oudkerk report at bugs.python.org
Fri Jun 29 20:42:00 CEST 2012


Richard Oudkerk <shibturn at gmail.com> added the comment:

Currently negative timeouts are treated as zero timeouts by Condition.wait().  The patches turns them into errors.

----------

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


More information about the Python-bugs-list mailing list