[issue32516] Add a shared library mechanism for win32

Brett Cannon report at bugs.python.org
Mon Jan 15 14:34:45 EST 2018


Brett Cannon <brett at python.org> added the comment:

To answer Steve's question, what you would want is a finder which recognized the directory of the package so as to return a special loader just for that package (basically __path__ is sent through the normal import mechanism and so you would want something on sys.path_hooks which knew how to get an appropriate finder which would return the loader you want).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32516>
_______________________________________


More information about the Python-bugs-list mailing list