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

STINNER Victor report at bugs.python.org
Sun Mar 6 21:15:11 CET 2011


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

Other remarks about test_wconsole_binlarge.patch:
 - the patch doesn't apply on Python 3.3
 - I would prefer 32767 instead of 32000 for the maximum length

Suggestion for the comment in fileio.c:

* Issue #11395: not enough space error (errno 12) on writing
  into stdout in a Windows console if the length is greater than
  66000 bytes. */

----------

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


More information about the Python-bugs-list mailing list