distutils problem with interdependent modules

Martin von Loewis loewis at informatik.hu-berlin.de
Sun Dec 23 18:38:04 EST 2001


"Daniel Wexler" <wex at flarg.com> writes:

> I can understand a philosophical argument that you shouldn't
> use an extension as a shared library, but the truth is that it is
> a shared library, and I don't see why I can't use it as one.  It
> works just fine.

I'm surprised it does. Python loads the extensions with
RTLD_LOCAL. Are you sure you are not getting two copies of your module
loaded?

Regards,
Martin




More information about the Python-list mailing list