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 _______________________________________________ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel