Lisandro Dalcin wrote: > cdef int p = 5/2
Actually if 5/2 were a float, that would be an error in current Pyrex, as it disallows assigning a float directly to an int (so as not to provoke warnings from C++ compilers). -- Greg _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
