[issue14370] enumerate() lead to system crashes

aaron315 report at bugs.python.org
Tue Mar 20 05:37:13 CET 2012


New submission from aaron315 <guowei1321796 at 163.com>:

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

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14370>
_______________________________________


More information about the Python-bugs-list mailing list