[issue36085] Enable better DLL resolution

Steve Dower report at bugs.python.org
Fri Feb 22 20:59:10 EST 2019


Steve Dower <steve.dower at python.org> added the comment:

I'm very against doing magic to extract the names from the DLL, but maybe we could have a search path in the parent package? Then add/remove it around importing the module.

I think you're right that we just need to update the LoadLibrary flags, but will those also apply to dependencies of the loaded module? I thought not...

----------

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


More information about the Python-bugs-list mailing list