[issue19399] sporadic test_subprocess failure

Tim Peters report at bugs.python.org
Sat Oct 26 03:32:41 CEST 2013


Tim Peters added the comment:

I think I'll change Thread.join() to just return if a timeout <= 0 is passed.  The docs don't say anything about what Thread.join() does with a negative timeout, but at least in 2.7.5 it happened to just return.  No point being gratuitously more demanding ;-)

----------

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


More information about the Python-bugs-list mailing list