[issue27750] Idle editor crashes when input size more than 250 lines given

2016-08-15 Thread chinmay hegde
chinmay hegde added the comment: Attaching the exact snippet of code that caused idle crash.issue.py file contains the code and input.txt contains input used. Also tried with python interpreter. In python interpreter issue is not seen. It's displaying the output. Pasting of input was done

[issue27750] Idle editor crashes when input size more than 250 lines given

2016-08-12 Thread chinmay hegde
New submission from chinmay hegde: 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