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 do
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 is