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

Lingaraj: the fact that you use IDLE to run Python code, with the same binary 
executable that is running IDLE, does not make the result an IDLE issue.  (This 
is a common mistake of beginners who use IDLE.)

Anyway, an infinite string, the 'accurate' result, or an out-of-memory or 
recursion-depth exception, the original result of trying to print recursive 
data objects, is even less practical ;-).  This fix, a compact replacement, is 
intentional.

----------
assignee: terry.reedy -> 
components: +Interpreter Core -IDLE

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

Reply via email to