Lisandro Dalcin, 16.02.2010 21:52: > 2) tests/run/extern_builtins_T258.pyx > > I simply propose to remove the declaration of __builtin__.str from the > testcase (and use Py_SIZE(L) instead of L.ob_size).
Sounds reasonable, I've done that. > 3) tests/run/embedsignatures.pyx > > I'm not sure what's going on here, but this is likely a leftover for > the change to string literals match Python-level 'str' type. Stefan, I > need you help here. > > Stefan, Can you look at (3) ? I bet you will figure a fix in far less > time than me :-) Fixed. I remember several other test failures in the C++ tests, though, mostly related to byte string output. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
