Hi, it looks like Py3.1 has its own way of defining external C-APIs:
http://docs.python.org/3.1/extending/extending.html#using-capsules I guess we should switch to that method for C code being compiled under Py3.1+, so that Cython modules become compatible with other C extensions that start using that mechanism. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
