Message 272558 - Python tracker
Message272558
| Author | chinmay hegde |
|---|---|
| Recipients | chinmay hegde, terry.reedy |
| Date | 2016-08-12.19:08:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1471028932.53.0.0266667136467.issue27750@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-12 19:08:52 | chinmay hegde | set | recipients: + chinmay hegde, terry.reedy |
| 2016-08-12 19:08:52 | chinmay hegde | set | messageid: <1471028932.53.0.0266667136467.issue27750@psf.upfronthosting.co.za> |
| 2016-08-12 19:08:52 | chinmay hegde | link | issue27750 messages |
| 2016-08-12 19:08:52 | chinmay hegde | create | |