[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 by copying the contents from the notepad file to 
idle. 

Output is 2 dimensional array in the script(variable 'a'). I think due to the 
size of the output idle is crashing. But issue is not seen in python 
interpreter. 

System Config:-
Operating system - Windows 10 64 Bit
Python Version - 3.5.2
IDLE version - 3.5.2
Tk version - 8.6.4

--
Added file: http://bugs.python.org/file44113/idle_crash.zip

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27750>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 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

--
assignee: terry.reedy
components: IDLE
messages: 272558
nosy: chinmay hegde, terry.reedy
priority: normal
severity: normal
status: open
title: Idle editor crashes when input size more than 250 lines given
type: crash
versions: Python 3.5

___
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27750>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com