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

Nick Coghlan report at bugs.python.org
Thu Nov 29 16:15:26 CET 2012


Nick Coghlan added the comment:

One nice feature of this is the potential to simplify single-file distribution - pack your application into a zip file, and only need to extract a single shared library for *all* your extension modules, which could be handled via a utility function called in __main__.py rather than needing to be built into the interpreter.

----------

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


More information about the docs mailing list