On 5/23/08, Stefan Behnel <[EMAIL PROTECTED]> wrote: > The difference to Py2 is that all 'methods' are PyCFunction objects and take > the new path I added to make it work in Py2... > > Lisandro, could you try to look into this a bit?
Yes, I'll give a look, but tomorrow. FYI, in Py2.6 my mpi4py code still does not work (but works in Py3!). And the problem still is the method cache. And all this is because of the (I believe unavoidable) way Cython has to play with the 'tp_dict' slot in type object structures. Your fix was all right, but it will not solve the this nasty issue with the new method cache. -- 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
