Robert Bradshaw wrote:
> 
> OK, pushed. http://hg.cython.org/cython-devel/rev/a09a309febdc

Note that this now segfaults:

@cython.cdivision(False)
def f():
     cdef int a=10, b=0
     with nogil:
         a = a // b
     return a

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

Reply via email to