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 bup
Recipients bup, terry.reedy
Date 2017-08-10.02:04:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502330685.65.0.748621081688.issue31168@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-08-10 02:04:45bupsetrecipients: + bup, terry.reedy
2017-08-10 02:04:45bupsetmessageid: <1502330685.65.0.748621081688.issue31168@psf.upfronthosting.co.za>
2017-08-10 02:04:45buplinkissue31168 messages
2017-08-10 02:04:44bupcreate