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

Glenn Langford report at bugs.python.org
Sun Jan 26 13:22:29 CET 2014


Glenn Langford added the comment:

@Brian - Ah, I see now what you are referring to. The patch has changes to _create_and_install_waiters() which should not be there. The only code that needs to change is waiter removal as I originally suggested. I am set up with a dev environment now and will submit a revised patch.

----------

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


More information about the Python-bugs-list mailing list