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 serhiy.storchaka
Recipients serhiy.storchaka, soufiane.boussali, terry.reedy
Date 2016-01-21.08:55:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453366510.95.0.73807472441.issue26169@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce the issue on Linux with the Entry widget, but can reproduce it with the Text widget. The difference is that the Text widget wraps its content on multiple lines. Looks the code for dynamical splitting the text on lines has quadratic (or larger) complexity. IDLE itself already suffers from similar issue for output text (issue1442493).

For issue1442493 we can preprocess output text. I don't know if we can add a handler for preprocessing pasted text, and wherever it is worth to do. Even if this is possible, new code can be too complex for such corner case.
History
Date User Action Args
2016-01-21 08:55:10serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, soufiane.boussali
2016-01-21 08:55:10serhiy.storchakasetmessageid: <1453366510.95.0.73807472441.issue26169@psf.upfronthosting.co.za>
2016-01-21 08:55:10serhiy.storchakalinkissue26169 messages
2016-01-21 08:55:10serhiy.storchakacreate