Re: [Cython] Compiler crash at parsing stage

2011-10-23 Thread 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-git/Cython/Compiler/Parsing.py", line 102, in p_lambd

Re: [Cython] What's wrong with py3k pyregr tests?

2011-10-23 Thread Stefan Behnel
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

Re: [Cython] Compiler crash at parsing stage

2011-10-23 Thread Vitja Makarov
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