[issue15576] importlib: ExtensionFileLoader not used to load packages from __init__.so files

Stefan Behnel report at bugs.python.org
Tue Aug 7 21:02:30 CEST 2012


Stefan Behnel added the comment:

Additional info: working around this bug from user code is fairly involved because some FileLoader instances are already created early at initialisation time and the overall configuration of the FileLoaders is kept in the closure of a path hook.

----------

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


More information about the Python-bugs-list mailing list