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 ferringb, georg.brandl, gregory.p.smith, rosslagerwall
Date 2012-01-15.15:25:49
SpamBayes Score 0.014631948
Marked as misclassified No
Message-id <1326641149.93.0.121930195835.issue13788@psf.upfronthosting.co.za>
In-reply-to
Content
Reopening.  Comments added to the code review.

This issue is independent of the subprocess module issue in #8052.  The _posixsubprocess.c has its own fd closing loop.

 http://hg.python.org/cpython/file/050c07b31192/Modules/_posixsubprocess.c#l118
History
Date User Action Args
2012-01-15 15:25:50gregory.p.smithsetrecipients: + gregory.p.smith, georg.brandl, ferringb, rosslagerwall
2012-01-15 15:25:49gregory.p.smithsetmessageid: <1326641149.93.0.121930195835.issue13788@psf.upfronthosting.co.za>
2012-01-15 15:25:49gregory.p.smithlinkissue13788 messages
2012-01-15 15:25:49gregory.p.smithcreate