Ross Lagerwall <rosslagerw...@gmail.com> added the comment:

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.

----------
nosy: +rosslagerwall

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14872>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to