[issue10260] Add a threading.Condition.wait_for() method

Kristján Valur Jónsson report at bugs.python.org
Sun Nov 14 03:20:35 CET 2010


Kristján Valur Jónsson <kristjan at ccpgames.com> added the comment:

Good point, Antoine.  I'm always trying to keep those timeouts low, however, to avoid having the testsuite duration grow too much with every test :)

I think we can probably fix the issue by having the lock_tests.Bunch() function only return when all threads have checked in, thus avoiding thread startup delays affecting our timeouts.

----------

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


More information about the Python-bugs-list mailing list