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 detrout, gregory.p.smith, pitrou, r.david.murray
Date 2013-03-17.14:08:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363529306.43.0.284185681602.issue17443@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think there's any reason to open the subprocess in unbuffered mode (you aren't sharing the stdio streams with anyone else). Just be careful to call flush() on stdin before attempting to read any response from stdout.
History
Date User Action Args
2013-03-17 14:08:26pitrousetrecipients: + pitrou, gregory.p.smith, r.david.murray, detrout
2013-03-17 14:08:26pitrousetmessageid: <1363529306.43.0.284185681602.issue17443@psf.upfronthosting.co.za>
2013-03-17 14:08:26pitroulinkissue17443 messages
2013-03-17 14:08:26pitroucreate