[issue31168] IDLE hangs with absurdly long __repr__s

2017-08-10 Thread Terry J. Reedy

Terry J. Reedy added the comment:

I am quite aware that tk text widgets (and probably other widgets) have 
line-length limitations.  Which issue this duplicates depends on what action 
you propose.  #28840 proposes addressing limits in the docs. #1442493 is about 
code changes.

--
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
type:  -> behavior

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31168] IDLE hangs with absurdly long __repr__s

2017-08-09 Thread Dan Snider

New submission from Dan Snider:

Objects with a 500,000+ character __repr__ will cause the IDLE shell to hang 
and thus lose any progress on open windows. 200,000 (on a decent system) seems 
to be the tipping point where it can never recover.

--
assignee: terry.reedy
components: IDLE
messages: 300036
nosy: bup, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE hangs with absurdly long __repr__s
versions: Python 3.6, Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com