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

chinmay hegde report at bugs.python.org
Fri Aug 12 15:08:52 EDT 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue27750>
_______________________________________


More information about the Python-bugs-list mailing list