Message359550
> 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. |
|
Date |
User |
Action |
Args |
2020-01-07 21:29:23 | vstinner | set | recipients:
+ vstinner, paul.moore, tim.golden, zach.ware, steve.dower, Tibor Csonka, miss-islington, anthonywee |
2020-01-07 21:29:23 | vstinner | set | messageid: <1578432563.03.0.203112570298.issue29778@roundup.psfhosted.org> |
2020-01-07 21:29:23 | vstinner | link | issue29778 messages |
2020-01-07 21:29:22 | vstinner | create | |
|