2011/10/23 Stefan Behnel :
> Vitja Makarov, 23.10.2011 08:39:
>>
>> This simple code crashes compiler:
>>
>> lambda i=1: i
>>
>> """
>> File "/home/vitja/work/cython-vitek-git/Cython/Compiler/Parsing.py",
>> line 122, in p_test
>> return p_lambdef(s)
>> File "/home/vitja/work/cython-vitek-g
Vitja Makarov, 21.10.2011 22:38:
2011/10/21 Stefan Behnel:
Stefan Behnel, 21.10.2011 12:01:
Vitja Makarov, 21.10.2011 11:44:
I tried to run pyregr tests on my localhost and it doesn't sigsegv.
It's a crash bug in the debug builds of the latest py3k branch.
Perhaps I should try compiled
Vitja Makarov, 23.10.2011 08:39:
This simple code crashes compiler:
lambda i=1: i
"""
File "/home/vitja/work/cython-vitek-git/Cython/Compiler/Parsing.py",
line 122, in p_test
return p_lambdef(s)
File "/home/vitja/work/cython-vitek-git/Cython/Compiler/Parsing.py",
line 102, in p_lambd