[issue30404] Make stdout and stderr truly unbuffered when using -u option

STINNER Victor report at bugs.python.org
Mon Jun 19 07:48:59 EDT 2017


STINNER Victor added the comment:

While I hope that users of the -u options expect the slow-down, would it be possible to benchmark it?

For example, try to write setup.py content character by character to stdout using -u or not, into a TTY, into a pipe and/or a file. I'm curious if the line buffering vs really unbuffered has a significant impact on performances.

----------

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


More information about the Python-bugs-list mailing list