Bug#463625: cython: cdef-ed attribute - invalid C source

2008-02-05 Thread Ondrej Certik
Hi Jakub, thanks for the bug report. I forwared the problem upstream: http://codespeak.net/pipermail/cython-dev/2008-February/33.html Ondrej -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#463625: cython: cdef-ed attribute - invalid C source

2008-02-01 Thread Jakub Wilk
Package: cython Version: 0.9.6.11.ds-1 Severity: normal cython produces invalid C code if an extension type contains an attribute with type declared as another extension type. $ cat buggy.pyx cdef class A: pass cdef class B: cdef A a $ gcc --version | head -n 1 gcc (GCC)