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, pitrou, serhiy.storchaka, vstinner
Date 2016-04-12.23:54:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460505262.63.0.159010637986.issue26741@psf.upfronthosting.co.za>
In-reply-to
Content
Did you forget to send the patch?

One potential problem is how to provide for people who really want to let the child continue to run in the background or as a daemon without waiting for it, even if the parent exits. Perhaps a special method proc.detach() or whatever?
History
Date User Action Args
2016-04-12 23:54:22martin.pantersetrecipients: + martin.panter, pitrou, vstinner, serhiy.storchaka
2016-04-12 23:54:22martin.pantersetmessageid: <1460505262.63.0.159010637986.issue26741@psf.upfronthosting.co.za>
2016-04-12 23:54:22martin.panterlinkissue26741 messages
2016-04-12 23:54:22martin.pantercreate