Lisandro Dalcin, 17.02.2010 14:15: > On 17 February 2010 05:35, Stefan Behnel <[email protected]> wrote: >> 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. >> > > Ups! As commented in other post, PyListObject.allocated is not in > Python 2.3 ...
Great. Then what about disabling that test for 2.3? I don't see an immediate way to make it work in any sensible way on that platform. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
