Stefan, I've just pulled from cython-devel-py3, and I got the following error:
Traceback (most recent call last): File "../../test/test_environ.py", line 1, in <module> from mpi4py import MPI File "ExceptionP.pyx", line 58, in mpi4py.MPI (src/MPI.c:45238) error_code = property(Get_error_code, doc="error code") TypeError: keywords must be strings Diving inside the generated sources, it seems that keyword names in a call statement are being created as byte strings. Does it make sense to treat them as identifiers, putting the appropriate flag in the string table? I've tried hard to provide the patch following that idea, but I got lost ;-( -- 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
