This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2017-07-25.23:59:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501027143.42.0.286418634935.issue31019@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2017-07-25 23:59:03vstinnersetrecipients: + vstinner
2017-07-25 23:59:03vstinnersetmessageid: <1501027143.42.0.286418634935.issue31019@psf.upfronthosting.co.za>
2017-07-25 23:59:03vstinnerlinkissue31019 messages
2017-07-25 23:59:03vstinnercreate