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 pitrou
Recipients Joe.Borg, pitrou, r.david.murray, sbt
Date 2013-08-28.17:53:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377712426.41.0.17029173977.issue18868@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, this is not related to sys.stdin, but to Popen's own buffering, and the fix is either to pass "bufsize=0" or to flush() when you need to.

I'm closing as invalid, don't hesitate to re-open if I misunderstood something.
History
Date User Action Args
2013-08-28 17:53:46pitrousetrecipients: + pitrou, r.david.murray, sbt, Joe.Borg
2013-08-28 17:53:46pitrousetmessageid: <1377712426.41.0.17029173977.issue18868@psf.upfronthosting.co.za>
2013-08-28 17:53:46pitroulinkissue18868 messages
2013-08-28 17:53:46pitroucreate