Message 296316 - Python tracker (original) (raw)
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.