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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29399>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to