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

Sebastian Kreft report at bugs.python.org
Tue Jun 10 10:28:40 CEST 2014


Sebastian Kreft added the comment:

I was able to recreate the issue again, and now i have some info about the offending futures:

State: RUNNING, Result: None, Exception: None, Waiters: 0, Cancelled: False, Running: True, Done: False

The information does not seem very relevant. However, I can attach a console and debug from there.

----------

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


More information about the Python-bugs-list mailing list