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 giampaolo.rodola
Recipients Andrew.Boettcher, ajaksu2, astrand, cvrebert, ericpruitt, eryksun, giampaolo.rodola, janzert, josiahcarlson, ooooooooo, parameter, r.david.murray, rosslagerwall, sbt, techtonik, v+python
Date 2014-04-07.12:27:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396873644.49.0.355178342837.issue1191964@psf.upfronthosting.co.za>
In-reply-to
Content
Some initial comments here: http://bugs.python.org/review/1191964/#msg1.
Also, if I think about integrating this into an IO loop it seems natural to me to think about timeouts. How complicated would it be to do this?

data = proc.read_nonblocking(timeout=0)
data = proc.read_stderr_nonblocking(timeout=0)
History
Date User Action Args
2014-04-07 12:27:24giampaolo.rodolasetrecipients: + giampaolo.rodola, josiahcarlson, astrand, parameter, techtonik, ajaksu2, ooooooooo, v+python, r.david.murray, cvrebert, ericpruitt, Andrew.Boettcher, rosslagerwall, sbt, janzert, eryksun
2014-04-07 12:27:24giampaolo.rodolasetmessageid: <1396873644.49.0.355178342837.issue1191964@psf.upfronthosting.co.za>
2014-04-07 12:27:24giampaolo.rodolalinkissue1191964 messages
2014-04-07 12:27:24giampaolo.rodolacreate