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 giampaolo.rodola
Recipients amaury.forgeotdarc, brian.curtin, erickt, giampaolo.rodola, guettli, vstinner
Date 2010-06-17.21:10:58
SpamBayes Score 0.064869836
Marked as misclassified No
Message-id <1276809060.32.0.0976836793169.issue5115@psf.upfronthosting.co.za>
In-reply-to
Content
A strong +1 on adding this feature.

I was wondering... what if process A runs a subprocess B which runs a subprocess C. Is C still considered a children of A and gets killed as well?

Does os.setpgid() takes care of such a thing? What about Windows instead?
History
Date User Action Args
2010-06-17 21:11:00giampaolo.rodolasetrecipients: + giampaolo.rodola, guettli, amaury.forgeotdarc, vstinner, erickt, brian.curtin
2010-06-17 21:11:00giampaolo.rodolasetmessageid: <1276809060.32.0.0976836793169.issue5115@psf.upfronthosting.co.za>
2010-06-17 21:10:58giampaolo.rodolalinkissue5115 messages
2010-06-17 21:10:58giampaolo.rodolacreate