Hi, Python 3.2 comes with a stable ABI for extension modules.
http://www.python.org/dev/peps/pep-0384/ It would be nice if Cython provided an option to restrict the C-API usage to what the ABI considers fixed and stable. That would disable excesive optimisations like list.pop(), but also disallow several other assumptions that we use all over the place in the generated C code. I'd figure it would be a somewhat involved change, though... Stefan _______________________________________________ Cython-dev mailing list Cython-dev@codespeak.net http://codespeak.net/mailman/listinfo/cython-dev