This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Lingaraj Gowdar, eric.smith, terry.reedy
Date 2018-12-05.21:49:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544046558.94.0.788709270274.issue35421@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-12-05 21:49:18terry.reedysetrecipients: + terry.reedy, eric.smith, Lingaraj Gowdar
2018-12-05 21:49:18terry.reedysetmessageid: <1544046558.94.0.788709270274.issue35421@psf.upfronthosting.co.za>
2018-12-05 21:49:18terry.reedylinkissue35421 messages
2018-12-05 21:49:18terry.reedycreate