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