Message 372555 - Python tracker
Message372555
| Author | vstinner |
|---|---|
| Recipients | Tibor Csonka, anthonywee, miss-islington, paul.moore, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2020-06-29.09:05:57 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1593421557.82.0.418772688426.issue29778@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
_Py_CheckPython3() tries to load "python3.dll" from two directories: * first one based on _Py_dll_path * second one based on Py_GetPrefix() I understand that LoadLibraryExW() must not be attempted if _Py_dll_path is empty, or if Py_GetPrefix() is empty. Am I right? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-06-29 09:05:57 | vstinner | set | recipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, Tibor Csonka, miss-islington, anthonywee |
| 2020-06-29 09:05:57 | vstinner | set | messageid: <1593421557.82.0.418772688426.issue29778@roundup.psfhosted.org> |
| 2020-06-29 09:05:57 | vstinner | link | issue29778 messages |
| 2020-06-29 09:05:57 | vstinner | create | |