STINNER Victor <vstin...@python.org> added the comment:

> Hm, I'm seeing _Py_CheckPython3() use Py_GetPrefix(), which uses 
> _Py_path_config.prefix?

Oh right, that's the initial issue:

> Later the interpreter tries to load python3.dll and uses dllpath which is 
> empty by default. This empty path gets joined with \python3.dll and 
> \DLLs\python3.dll which is used in the LoadLibraryExW resulting in loading 
> python3.dll from the root location of the windows drive the application is 
> running from.

I reopen the issue.

----------
resolution: fixed -> 
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue29778>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to