[Cython] PEP 3121 on extension module initialisation in Py3

Stefan Behnel stefan_ml at behnel.de
Tue Jun 10 20:29:22 CEST 2008


http://www.python.org/dev/peps/pep-3121/

To be implemented one day. I don't even think it would be too hard to use such
a per-module instance state struct in general, even when not in Py3. That
would keep us from generating tons of Py3 specific code to implement this.

Stefan


More information about the Cython-dev mailing list