This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Tibor Csonka, anthonywee, miss-islington, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-01-07.21:29:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578432563.03.0.203112570298.issue29778@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2020-01-07 21:29:23vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, Tibor Csonka, miss-islington, anthonywee
2020-01-07 21:29:23vstinnersetmessageid: <1578432563.03.0.203112570298.issue29778@roundup.psfhosted.org>
2020-01-07 21:29:23vstinnerlinkissue29778 messages
2020-01-07 21:29:22vstinnercreate