[issue20369] concurrent.futures.wait() blocks forever when given duplicate Futures

Glenn Langford report at bugs.python.org
Sat Jan 25 22:46:30 CET 2014


Glenn Langford added the comment:

Updated patch with a test case, and added a minor note to the docstring to clarify behaviour.

The use of sleep() in the test is not great, but it is the most obvious way to test and it is consistent with the approach used in other concurrent test cases.

----------
Added file: http://bugs.python.org/file33708/issue20369.patch

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


More information about the Python-bugs-list mailing list