[issue29399] python3.dll export forwarders not resolved in all situations due to missing python3?.dll dependency and DLL search path behavior

Eryk Sun report at bugs.python.org
Tue Jan 31 17:53:53 EST 2017


Eryk Sun added the comment:

> Are you sure it really works on Windows 10? 

Neither the DLL35 nor DLL36 directory was set in PATH, nor any directory containing python3x.dll. Each of the latter two directories contained only the minimal set python3.dll, python3x.dll, and vcruntime140.dll. I ran under a debugger to confirm the delayed loading of python3x.dll when GetProcAddress is called, and that the returned address of Py_Main is within the mapped range of python3x.dll. I'll try on Windows 7 in a little while.

----------

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


More information about the Python-bugs-list mailing list