[issue32516] Add a shared library mechanism for win32

Nathaniel Smith report at bugs.python.org
Tue Jan 16 22:00:48 EST 2018


Nathaniel Smith <njs at pobox.com> added the comment:

> it still won't help if another import has loaded a different DLL by the same name. This is where you can't avoid recompilation or activation contexts.

Ah, there's an important bit of context you're missing: there is actually a third option :-)

https://github.com/njsmith/machomachomangler#pe-features

----------

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


More information about the Python-bugs-list mailing list