[issue14370] enumerate() lead to system crashes

2012-03-19 Thread aaron315
aaron315 added the comment: Have not been able to respond in a lower performance on the computer running, I restart the computer; On another computer, indeed MemoryError。 -- ___ Python tracker <http://bugs.python.org/issue14

[issue14370] enumerate() lead to system crashes

2012-03-19 Thread aaron315
New submission from aaron315 : alist=list(range(5)) alist.extend(enumerate(alist)) the computer will down !!! -- messages: 156379 nosy: aaron315 priority: normal severity: normal status: open title: enumerate() lead to system crashes type: performance versions: Python 3.2