[issue15139] Speed up threading.Condition wakeup

Kristján Valur Jónsson report at bugs.python.org
Fri Apr 4 15:35:20 CEST 2014


Kristján Valur Jónsson added the comment:

In our 2.7 branches, this approach has been superseded with a natively impolemented _Condition class.  This is even more efficient.  It is available if the underlying Lock implementation is based on pthread locks (not semaphores).

----------

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


More information about the Python-bugs-list mailing list