[Cython] Cython Modules as builtins

Phil Thompson phil at riverbankcomputing.com
Wed Aug 12 19:34:21 CEST 2015


Is there any reason why cython generated modules don’t use the fully qualified name (ie. __Pyx_MODULE_NAME) in the call to Py_InitModule4() and the PyModuleDef structure? I want to statically link a module and add it to Python’s inittab but things don’t work without a fully qualified name.

Thanks,
Phil


More information about the cython-devel mailing list