This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients amaury.forgeotdarc, casevh, neologix, pitrou, santoso.wijaya
Date 2011-03-04.08:24:40
SpamBayes Score 0.0041393447
Marked as misclassified No
Message-id <1299227081.28.0.677775393862.issue11395@psf.upfronthosting.co.za>
In-reply-to
Content
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 ?
History
Date User Action Args
2011-03-04 08:24:41neologixsetrecipients: + neologix, amaury.forgeotdarc, pitrou, casevh, santoso.wijaya
2011-03-04 08:24:41neologixsetmessageid: <1299227081.28.0.677775393862.issue11395@psf.upfronthosting.co.za>
2011-03-04 08:24:40neologixlinkissue11395 messages
2011-03-04 08:24:40neologixcreate