Greg Ewing wrote: > It's actually designed for making things available to > C code that's statically linked with the extension module. > Dynamic linking between extension modules is not something > I ever intended to support.
According to the Python docs, it's not portable anyway: http://docs.python.org/extending/extending.html#providing-a-c-api-for-an-extension-module Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
