[issue36085] Enable better DLL resolution

Steve Dower report at bugs.python.org
Tue Mar 12 17:12:12 EDT 2019


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

It's different from ctypes because I can update ctypes as part of this change :)

The reason it matters is that it's basically a wrapper around LoadLibrary, and that's what is going to change here. Hopefully we won't cause too much trouble for their users.

----------

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


More information about the Python-bugs-list mailing list