PEP 793: PyModExport: A new entry point for C extension modules
📝
内容提要
In this PEP, we propose a new entry point for C extension modules, by which one can define a module using an array of PyModuleDef_Slot structures without an enclosing PyModuleDef structure. This...
➡️