[issue20319] concurrent.futures.wait() can block forever even if Futures have completed

Glenn Langford report at bugs.python.org
Sun Jan 26 14:07:44 CET 2014


Glenn Langford added the comment:

This patch shows the minimal desired outcome. It is not elegant in its current form, but does only what is necessary. Ultimately I think as_completed() should go its own way and not lock all Futures at once (#20297).

----------
Added file: http://bugs.python.org/file33725/issue20319.patch

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


More information about the Python-bugs-list mailing list