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

Charles-Francois Natali report at bugs.python.org
Fri Mar 4 09:24:41 CET 2011


Charles-Francois Natali <neologix at free.fr> added the comment:

It's probably a Windows limitation regarding the number of bytes that can be written to stdout in one write.
As for the difference between python versions, what does
python -c "import sys; print(sys.getsizeof('a'))" return ?

----------
nosy: +neologix

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


More information about the Python-bugs-list mailing list