> It seems like the only places where this matters are with integers. 0.0/0.0 gives a NAN in C and raises an exception in Python.
> As for floats, just alias py_float with double. So a cdef int s a py_int, but a cdef float is not a py_float? Sturla Molden _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
