Glenn Langford added the comment:

> the wait is actually returning after the 15 seconds, although nothing is 
> reported as finished...What kind of debug information from the futures would 
> be useful?

What is the state of the pending Futures that wait() is stuck on? (e.g. display 
f.running() and f.done() ). This could be logged any time the "done" set is 
empty after wait() returns. For each "stuck" Future, was it previously logged 
as completed by a prior call to wait()?

What is the state of the ProcessPoolExecutor that the futures have been 
submitted to? Does it still function? (e.g. try submitting a trivial Future to 
the executor).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20319>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to