Robert Bradshaw, 14.03.2010 09:42:
> On Mar 13, 2010, at 11:10 PM, Stefan Behnel wrote:
>> The only reason why a user would choose the .py extension is because
>> the code should work also in plain CPython, i.e. purely pure mode. So,
>> what I meant was: when compiling a .py file, we should keep Cython
 >> specific syntax (especially keywords) out of the way, so that Cython
 >> can compile as much Python code as possible.
>
> Ah, yes, it would be good to support
>
> cdef = 4
>
> in a .py file.

Actually, that's ticket #128 already:

http://trac.cython.org/cython_trac/ticket/128

Stefan
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to