New submission from aaron315 <[email protected]>: 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 <[email protected]> <http://bugs.python.org/issue14370> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
