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 David.Benjamin
Recipients David.Benjamin, jcea, lemburg, pitrou, python-dev, vstinner
Date 2012-10-04.23:00:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Well, the theoretical deadlock's just if stdin is also a pipe, right? I think there isn't be a difference between communicate and stdout.read if only stdout is a pipe. Though it might be worth passing DEVNULL to stdin instead of inheriting, just to be tidy.
History
Date User Action Args
2012-10-04 23:00:33David.Benjaminsetrecipients: + David.Benjamin, lemburg, jcea, pitrou, vstinner, python-dev
2012-10-04 23:00:33David.Benjaminsetmessageid: <[email protected]>
2012-10-04 23:00:33David.Benjaminlinkissue16112 messages
2012-10-04 23:00:33David.Benjamincreate