[issue18868] Python3 unbuffered stdin

Antoine Pitrou report at bugs.python.org
Wed Aug 28 19:53:46 CEST 2013


Antoine Pitrou added the comment:

Indeed, this is not related to sys.stdin, but to Popen's own buffering, and the fix is either to pass "bufsize=0" or to flush() when you need to.

I'm closing as invalid, don't hesitate to re-open if I misunderstood something.

----------
nosy: +pitrou
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18868>
_______________________________________


More information about the Python-bugs-list mailing list