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 rosslagerwall
Recipients BreamoreBoy, boye, giampaolo.rodola, r.david.murray, rosslagerwall
Date 2011-04-05.16:18:31
SpamBayes Score 2.5081963e-05
Marked as misclassified No
Message-id <1302020312.02.0.594258407561.issue4112@psf.upfronthosting.co.za>
In-reply-to
Content
This has been fixed with all the subprocess improvements in between 3.1 and 3.2 but the decision has been taken (msg125910) not to backport the fix to 3.1 and 2.7 which would involve a C extension.

However, a workaround on 2.7 and 3.1 is to set close_fds=True.

Closing as "wont fix".
History
Date User Action Args
2011-04-05 16:18:32rosslagerwallsetrecipients: + rosslagerwall, giampaolo.rodola, boye, r.david.murray, BreamoreBoy
2011-04-05 16:18:32rosslagerwallsetmessageid: <1302020312.02.0.594258407561.issue4112@psf.upfronthosting.co.za>
2011-04-05 16:18:31rosslagerwalllinkissue4112 messages
2011-04-05 16:18:31rosslagerwallcreate