[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 16:54:14 CET 2012


Václav Šmilauer added the comment:

I added the test, with a module Modules/_testimportmultiple.c.

The test uses the (undocumented) imp module, but all othet tests in Lib/test/test_imp.py do the same, so I assume it is OK?

----------
Added file: http://bugs.python.org/file27911/many-modules-in-one-so_2.diff

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


More information about the docs mailing list