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 gps, gregory.p.smith, larry, sstewartgallus
Date 2014-05-31.16:00:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401552029.44.0.018899591112.issue21618@psf.upfronthosting.co.za>
In-reply-to
Content
Are you aware that the subprocess module does use /proc/self/fd in Python 3.2 and later?  The fd closing is not done from Python code.

See Modules/_posixsubprocess.c - http://hg.python.org/cpython/file/53fa2c9523d4/Modules/_posixsubprocess.c
History
Date User Action Args
2014-05-31 16:00:29gregory.p.smithsetrecipients: + gregory.p.smith, larry, gps, sstewartgallus
2014-05-31 16:00:29gregory.p.smithsetmessageid: <1401552029.44.0.018899591112.issue21618@psf.upfronthosting.co.za>
2014-05-31 16:00:29gregory.p.smithlinkissue21618 messages
2014-05-31 16:00:28gregory.p.smithcreate