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 chinmay hegde
Recipients chinmay hegde, terry.reedy
Date 2016-08-12.19:08:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471028932.53.0.0266667136467.issue27750@psf.upfronthosting.co.za>
In-reply-to
Content
Idle editor crashes when input size more than 250 lines given.

Steps to reproduce:-
try with below snippet of code

for i in range(250):
    n=input()

Execute the snippet of code. But while giving the input copy all 250 inputs with single paste.
Editor is crashed. On clicking it's giving "Not responding"

System Config:-
OS - Windows 10
Python Version - 3.5.2
IDLE version - 3.5.2
Tk version - 8.6.4
History
Date User Action Args
2016-08-12 19:08:52chinmay hegdesetrecipients: + chinmay hegde, terry.reedy
2016-08-12 19:08:52chinmay hegdesetmessageid: <1471028932.53.0.0266667136467.issue27750@psf.upfronthosting.co.za>
2016-08-12 19:08:52chinmay hegdelinkissue27750 messages
2016-08-12 19:08:52chinmay hegdecreate