Closed
Description
Reason is that in Python 3, buffering of stderr is the default while in Python 2 it is not: http://python.6.x6.nabble.com/Buffering-of-sys-stdout-and-sys-stderr-in-python3-and-documentation-td1411111.html
Can be fixed with running python -u
.