I'm working on a patch related to de subject of this mail, but I will need any of you to make some coments on the above ....
In [1]: from Cython.Compiler import PyrexTypes In [2]: PyrexTypes.c_anon_enum_type.rank Out[2]: -1 In [3]: PyrexTypes.c_anon_enum_type.sign_and_name() Out[3]: 'long double' [2] seems fine, but what about [3] ?? Should we specialize the method and make it return 'int' ?? -- Lisandro Dalcín --------------- Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC) Instituto de Desarrollo Tecnológico para la Industria Química (INTEC) Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET) PTLC - Güemes 3450, (3000) Santa Fe, Argentina Tel/Fax: +54-(0)342-451.1594 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
