Antoine Pitrou added the comment:

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.

----------

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

Reply via email to