[issue9205] Parent process hanging in multiprocessing if children terminate unexpectedly

Brian Quinlan report at bugs.python.org
Tue May 3 13:11:25 CEST 2011


Brian Quinlan <brian at sweetapp.com> added the comment:

Under what circumstances do we expect a ProcessPoolExecutor child process to be killed outside of the control of the ProcessPoolExecutor?

If the user kills a child then maybe all we want to do is raise an exception rather than deadlock as a convenience.

----------

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


More information about the Python-bugs-list mailing list