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

_acquire_condition() should _always_ re-aquire the outer lock, even for a 
timeout or an interrupt.

I see however that it doesn't do so if there is an argument error, but that 
should not be a problem for an internal method, since it would mean that 
threading.Condition() were incorrectly implemented.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15139>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to