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 gregory.p.smith, pitrou, vitaly
Date 2012-09-11.17:11:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347383487.46.0.105344668354.issue15918@psf.upfronthosting.co.za>
In-reply-to
Content
fyi - i suspect Python 3.2 and the backport of that to 2.x http://code.google.com/p/python-subprocess32/ do not have this issue.

but you didn't give enough information in the bug report for me to know which pipe and which read call you're talking about to really be sure.  (show tracebacks, mention specific version source lines, etc..).  If the bug is present in 2.7, we'll consider a fix for it.

regardless, I recommend *everyone* using Python 2.x use the subprocess32 module rather than the built in subprocess module.
History
Date User Action Args
2012-09-11 17:11:27gregory.p.smithsetrecipients: + gregory.p.smith, pitrou, vitaly
2012-09-11 17:11:27gregory.p.smithsetmessageid: <1347383487.46.0.105344668354.issue15918@psf.upfronthosting.co.za>
2012-09-11 17:11:27gregory.p.smithlinkissue15918 messages
2012-09-11 17:11:26gregory.p.smithcreate