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 gregory.p.smith
Recipients donmez, ezio.melotti, gregory.p.smith, matejcik, pitrou, vstinner
Date 2013-03-22.19:29:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363980560.59.0.142488523086.issue12466@psf.upfronthosting.co.za>
In-reply-to
Content
fyi - subprocess uses /proc to get a list of open fd's in the child process before exec when possible.  search for FD_DIR in http://hg.python.org/cpython/file/d674bbbed333/Modules/_posixsubprocess.c
History
Date User Action Args
2013-03-22 19:29:20gregory.p.smithsetrecipients: + gregory.p.smith, pitrou, vstinner, donmez, matejcik, ezio.melotti
2013-03-22 19:29:20gregory.p.smithsetmessageid: <1363980560.59.0.142488523086.issue12466@psf.upfronthosting.co.za>
2013-03-22 19:29:20gregory.p.smithlinkissue12466 messages
2013-03-22 19:29:20gregory.p.smithcreate