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 pitrou, vstinner
Date 2011-05-26.13:41:36
SpamBayes Score 0.00021981524
Marked as misclassified No
Message-id <1306417297.5.0.593279321062.issue12187@psf.upfronthosting.co.za>
In-reply-to
Content
On Linux, the clone() syscall allows the change the signal send by the child to the parent when it terminates. It's also possible to choose to not send a signal when at child exit... But I don't think that subprocess uses such options ;-)
History
Date User Action Args
2011-05-26 13:41:37vstinnersetrecipients: + vstinner, pitrou
2011-05-26 13:41:37vstinnersetmessageid: <1306417297.5.0.593279321062.issue12187@psf.upfronthosting.co.za>
2011-05-26 13:41:36vstinnerlinkissue12187 messages
2011-05-26 13:41:36vstinnercreate