[Cython] very simple iterator crashing Cython-0.11
Stefan Behnel
stefan_ml at behnel.de
Tue Apr 14 23:14:49 CEST 2009
Stefan Behnel wrote:
> The syntax of the cdef statement is waaay too forgiving. It even allows you
> to write
>
> cdef pass
>
> for a "pass" statement. I'll try to fix it up.
Patch is up at
http://trac.cython.org/cython_trac/ticket/280
Not sure if this is safe to go into 0.11.1, so I'd be happy to see it
tested on some real code.
Stefan
More information about the Cython-dev
mailing list