STINNER Victor <victor.stin...@haypocalc.com> added the comment:

Extract of issue #1602:
<< WriteConsoleW has one bug that I know of, which is that it <a 
href="http://tahoe-lafs.org/trac/tahoe-lafs/ticket/1232";>fails when writing 
more than 26608 characters at once</a>. That's easy to work around by limiting 
the amount of data passed in a single call. >>

I suppose that os.write(1) does indirectly write into the Windows console which 
has this limit.

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11395>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to