This is a bug:
DEF myconst = 1
def foo():
cdef long x = -myconst
return xThis returns 4294967295. _______________________________________________ cython-devel mailing list [email protected] https://mail.python.org/mailman/listinfo/cython-devel
