[issue21425] Interactive interpreter doesn't flush stderr prompty

eryksun report at bugs.python.org
Sun May 11 07:21:17 CEST 2014


eryksun added the comment:

The patch fixes `python 2>&1 | cat.exe` for me on Windows, where cat.exe is from GnuWin32. The tests also pass. It looks like failing would entail hanging until a timeout.

----------
nosy: +eryksun

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


More information about the Python-bugs-list mailing list