[Cython] PEP 489: Redesigning extension module loading

Stefan Behnel stefan_ml at behnel.de
Fri Apr 17 07:53:26 CEST 2015


Hi,

I've been involved in redesigning a new protocol for importing extension
modules, which might make it into CPython 3.5. I think it's now ready for
general consideration.

http://article.gmane.org/gmane.comp.python.import/508

It solves several issues with the current scheme and brings it much closer
to the behaviour of "normal" Python modules.

Stefan


More information about the cython-devel mailing list