It must probably be a known bug since the minimal code that reproduces this
bug can be anything using the built-in type cython.numeric.

cimport cython

cdef class Foo:
     cdef cython.numeric bar

Cython version: 0.16 (last release)

I didn't find this bug in the bug trackers that's why I'm mailing you. By
the way, it's the first time I'm using a mail list, if I'm doing wrong,
please let me know.
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to