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-15.08:13:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471248787.24.0.143895215431.issue27750@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-08-15 08:13:07chinmay hegdesetrecipients: + chinmay hegde, terry.reedy
2016-08-15 08:13:07chinmay hegdesetmessageid: <1471248787.24.0.143895215431.issue27750@psf.upfronthosting.co.za>
2016-08-15 08:13:07chinmay hegdelinkissue27750 messages
2016-08-15 08:13:06chinmay hegdecreate