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 martin.panter
Recipients martin.panter, vstinner
Date 2016-05-20.13:20:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463750454.94.0.837932718241.issue27068@psf.upfronthosting.co.za>
In-reply-to
Content
In this example, I think we want to drop the zombie so the “init” process will call wait() on it. My pseudocode is similar to your fork() suggestion in Issue 27069. Fork returns the child’s PID, but we would ignore the PID and exit the intermediate parent process instead.
History
Date User Action Args
2016-05-20 13:20:54martin.pantersetrecipients: + martin.panter, vstinner
2016-05-20 13:20:54martin.pantersetmessageid: <1463750454.94.0.837932718241.issue27068@psf.upfronthosting.co.za>
2016-05-20 13:20:54martin.panterlinkissue27068 messages
2016-05-20 13:20:54martin.pantercreate