comparison contrib/perf.py @ 45043:be58fb1eaa73

procutil: make stdout line-buffered on Windows if connected to TTY Windows doesn’t support line buffering. Previously, we worked around that by setting the stream unbuffered. Instead, we can use our own line buffering we already use on Python 3.
author Manuel Jacob <me@manueljacob.de>
date Sat, 04 Jul 2020 11:41:39 +0200
parents c2df0bca0dfa
children 7d0e54056586
comparison
equal deleted inserted replaced
45042:c88577199023 45043:be58fb1eaa73