Terry J. Reedy <tjre...@udel.edu> added the comment:

print("a"*66000)

works (after some delay) running from an IDLE edit window (but see #144249). 
Works means that I get a working prompt back with no errors.

Unlike IDLE, the Command Prompt Windows keeps a limited number of lines in its 
buffers (default: 4x50), and may have a total size limit.

----------
nosy: +terry.reedy

_______________________________________
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