[issue22075] Lambda, Enumerate and List comprehensions crash

2014-07-25 Thread Ned Deily
Ned Deily added the comment: It may be hard to see what's going on with the code written as a list comprehension. We could expand it out to something roughly equivalent and print the first n iterations: def main(): lista =[1, 4, 5 , 5, 6 , 3 ,1] def ins(x): return lista.insert

[issue22075] Lambda, Enumerate and List comprehensions crash

2014-07-25 Thread wilson campusano
wilson campusano added the comment: SO: Ubuntu 14.04 When i run this code my pc crash -- Added file: http://bugs.python.org/file36099/test_c.py ___ Python tracker ___ __

[issue22075] Lambda, Enumerate and List comprehensions crash

2014-07-25 Thread wilson campusano
Changes by wilson campusano : -- title: Lambda, enumerate and list comprehensins crash -> Lambda, Enumerate and List comprehensions crash ___ Python tracker ___