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 cvrebert, rosslagerwall, sbt, techtonik, weirdink13
Date 2012-05-22.05:16:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337663814.61.0.674583822429.issue14872@psf.upfronthosting.co.za>
In-reply-to
Content
Well if you're *certain* that the process is only using one stream, then you can just use read/write on that stream.

If not, it probably means you have to use either threads or select/poll.

This is a known issue with subprocess; there are a few proposals on the tracker about this. See issue1191964 for example.
History
Date User Action Args
2012-05-22 05:16:54rosslagerwallsetrecipients: + rosslagerwall, techtonik, cvrebert, sbt, weirdink13
2012-05-22 05:16:54rosslagerwallsetmessageid: <1337663814.61.0.674583822429.issue14872@psf.upfronthosting.co.za>
2012-05-22 05:16:54rosslagerwalllinkissue14872 messages
2012-05-22 05:16:53rosslagerwallcreate