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.<br><br>cimport cython<br><br>cdef class Foo:<br>     cdef cython.numeric bar<br><br>Cython version: 0.16 (last release)<br>
<br>I didn&#39;t find this bug in the bug trackers that&#39;s why I&#39;m mailing you. By the way, it&#39;s the first time I&#39;m using a mail list, if I&#39;m doing wrong, please let me know.<br><br>