On Thu, Sep 4, 2008 at 9:21 AM, Stefan Behnel <[EMAIL PROTECTED]> wrote:
> didier deshommes wrote:
> Would you have a code example that shows your problem?
Here's the simplest example I could compile:
{{{
cdef class T:
cdef int i
#cdef c_struct
def __cinit__(self):
cdef char char_name = '2'
cdef int int_name
cdef bint bint_name
print 1
}}}
Looking at the generated cpp file, around the corresponding __cinit__,
I see char_name, (mangled as pyx_v_char_name), but no sign of mangled
versions of int_name or bint_name. The cpp file also shows which lines
are being executed and seems to be skipping lines where variables are
declared.
didier
>
> Stefan
>
> _______________________________________________
> Cython-dev mailing list
> [email protected]
> http://codespeak.net/mailman/listinfo/cython-dev
>
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev