Message359498
| Author | anthonywee |
|---|---|
| Recipients | Tibor Csonka, anthonywee, miss-islington, paul.moore, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2020-01-07.09:01:14 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1578387674.56.0.7854098423.issue29778@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Thank you Steve! I'm still seeing python3.dll being loaded from \DLLs\python3.dll. _Py_CheckPython3() uses Py_GetPrefix() as a prefix for \DLLs\python3.dll. It looks like Py_SetPath() sets the _Py_path_config.prefix to "", but I'm not seeing anything else set it to a real value? https://github.com/python/cpython/blob/7b79dc9200a19ecbac667111dffd58e314be02a8/Python/pathconfig.c#L508 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-01-07 09:01:14 | anthonywee | set | recipients: + anthonywee, paul.moore, vstinner, tim.golden, zach.ware, steve.dower, Tibor Csonka, miss-islington |
| 2020-01-07 09:01:14 | anthonywee | set | messageid: <1578387674.56.0.7854098423.issue29778@roundup.psfhosted.org> |
| 2020-01-07 09:01:14 | anthonywee | link | issue29778 messages |
| 2020-01-07 09:01:14 | anthonywee | create | |