[issue25084] remove semi-busy loop in py2.7 threading.Condition.wait(timeout=x)

STINNER Victor report at bugs.python.org
Sat Sep 19 13:34:42 CEST 2015


STINNER Victor added the comment:

"The balancing fix has 3 main problems imo:"

Oh by the way, I don't want to apply it to Python 2.7 upstream for a
similar reason: it's a new feature which would be added to a Python
2.7 minor version. We try to avoid that, even if Python 2.7 is
special.

----------

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


More information about the Python-bugs-list mailing list