Hi again, Stefan Behnel wrote: >> http://www.python.org/dev/peps/pep-3121/ > What I didn't realise when I read the PEP was that this > was supposed to *replace* the current API, not to complement it. This means > that Py_InitModule4() is now gone, and Cython modules won't work on Py3beta > any more.
I worked around this in rev 719. It doesn't currently use any local per-module instance state or garbage collection support, the PyModuleDef struct is only used to pass on the information that was there already. But this can be built upon later on. It compiles and works for me, that's what counts. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
