On 3/16/2009 11:59 AM, Stefan Behnel wrote:

> My clear vote is for Python-semantics on "x%y" and for a helper function
> "cython.cmod(x,y)" that boils down to a straight and fast C mod operator
> without value fixing.

As I see it,

    cdef int a, b, c

is a request to "step into C" when using these variables. Congratulation 
on your efforts to produce a broken C.

"If it ain't broke, don't fix it."


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

Reply via email to