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 vstinner
Recipients amaury.forgeotdarc, casevh, neologix, pitrou, santoso.wijaya, vstinner
Date 2011-03-04.10:11:52
SpamBayes Score 0.0016043773
Marked as misclassified No
Message-id <1299233513.56.0.0574857950082.issue11395@psf.upfronthosting.co.za>
In-reply-to
Content
> 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).
History
Date User Action Args
2011-03-04 10:11:53vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, casevh, neologix, santoso.wijaya
2011-03-04 10:11:53vstinnersetmessageid: <1299233513.56.0.0574857950082.issue11395@psf.upfronthosting.co.za>
2011-03-04 10:11:52vstinnerlinkissue11395 messages
2011-03-04 10:11:52vstinnercreate