[issue33000] IDLE Doc: Text consumes unlimited RAM, consoles likely not

Terry J. Reedy report at bugs.python.org
Wed Mar 7 14:16:09 EST 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

I don't know whether memory difference between us is due to IDLEX or Windows version or something else, but I don't really care.  The IDLE doc has a section "IDLE-console differences".  It should gain a paragraph explain the difference between memory-limited tk.Text-based Shell and limited-lines consoles.  For Command Prompt, the buffer defaults to a pathetic 300 lines, which is not enough for the CPython test suite output.  The max is 9999 for those who discover how to enlarge it.  No limit is an advantage for most uses, but not for one who fills up memory.

I will also think about a sentence to add to the introductory section about development versus production runs.

----------
components: +Documentation
stage:  -> needs patch
title: IDLEX GUI consumes all RAM for scrollback buffer, uses 161Bytes / character stored -> IDLE Doc: Text consumes unlimited RAM, consoles likely not
versions: +Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33000>
_______________________________________


More information about the Python-bugs-list mailing list