Brian Granger posted some days ago about problems with multiple inheritance:
http://codespeak.net/pipermail/cython-dev/2008-July/001814.html It seems that Cython is generating bad code. A C compiler (gcc) just warn about it, but a C++ compiler (g++) generates an error. A tentative patch for this issue is posted here: http://codespeak.net/pipermail/cython-dev/2008-July/001835.html If you have a bit of time, please look at this issue. Regards, -- 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
