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 pitrou
Recipients alex, koobs, pitrou, vstinner
Date 2015-02-13.15:51:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423842715.23.0.151153276303.issue23458@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure what the point is - there are many child descriptors which may inherited, why care about this one?

The right way to avoid this on 2.7 is to call subprocess.Popen(..., close_fds=True).
History
Date User Action Args
2015-02-13 15:51:55pitrousetrecipients: + pitrou, vstinner, alex, koobs
2015-02-13 15:51:55pitrousetmessageid: <1423842715.23.0.151153276303.issue23458@psf.upfronthosting.co.za>
2015-02-13 15:51:55pitroulinkissue23458 messages
2015-02-13 15:51:55pitroucreate