[issue11395] print(s) fails on Windows with long strings

STINNER Victor report at bugs.python.org
Fri Mar 4 11:11:53 CET 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> And WriteConsole has the same issue.

print() (sys.stdout and sys.stderr) should use WriteConsoleW() and use small chunks (smaller than 64 KB, I don't know the safest size).

----------

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


More information about the Python-bugs-list mailing list