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 <rep...@bugs.python.org>
<http://bugs.python.org/issue31019>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to