[issue31019] multiprocessing.Pool should join "dead" processes

STINNER Victor report at bugs.python.org
Tue Jul 25 19:59:03 EDT 2017


STINNER Victor added the comment:

Hum, I don't think that https://github.com/python/cpython/pull/2849 fixes the root issue.

The root issue is that calling Process.is_alive() doesn't update the _children list if the process completes. I wrote a fix for that:
https://github.com/python/cpython/pull/2875

----------

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


More information about the Python-bugs-list mailing list