Open GoogleCodeExporter opened 9 years ago
would be great to sync with upstream, I am looking for this one:
http://hg.python.org/cpython/rev/6d6099f7fe89
Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed
Original comment by taylorba...@gmail.com
on 1 Oct 2013 at 9:58
Detecting dead processes is really important since otherwise things just hang
indefinitely. There isn't a workaround (eg trying to examine
ProcessPoolExecutor internal state).
Original comment by rogerbinns
on 11 Apr 2014 at 5:09
Agreed, the lack of support for "Detecting dead processes" means that I can't
use the backport in a production environment.
Original comment by jtobe...@gmail.com
on 1 Jul 2014 at 3:28
Original issue reported on code.google.com by
ben.darn...@gmail.com
on 23 May 2013 at 3:28