[docs] [issue16421] importlib.machinery.ExtensionFileLoader cannot load several modules from the same shared object

Václav Šmilauer report at bugs.python.org
Tue Nov 6 15:59:58 CET 2012


Václav Šmilauer added the comment:

Storing several modules in one .so file offloads some issues which have to be dealt with manually (like one module needing symbols from other module, or even cross-dependencies) to the linker. In any case, unless forbidden and signalled, it should be supported.

I set version to 3.4 and component to "Interpreter core", as you suggested, it is probably more appropriate.

How do I write test which requires a custom module to be compiled?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16421>
_______________________________________


More information about the docs mailing list