[Python-ideas] PEP 573: Module State Access from C Extension Methods

Marcel Plch gmarcel.plch at gmail.com
Fri Apr 13 08:42:29 EDT 2018


I have prepared a PEP for better support of PEP 489 multiphase
initialization. It makes it possible for extension types, their methods
to be more specific, to access the state of the module they are defined in.

conversation - https://mail.python.org/pipermail/import-sig/2015-July/001022.html
PEP - https://github.com/python/peps/blob/master/pep-0573.rst
Implementation - https://github.com/Traceur759/cpython/pull/4


More information about the Python-ideas mailing list