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 lukasz.langa, pablogsal, steve.dower, vstinner
Date 2019-09-23.16:12:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569255155.21.0.255256686198.issue38234@roundup.psfhosted.org>
In-reply-to
Content
> When calling Py_SetPath(), the value that is passed in is ignored.

Hum, in fact the bug was even worse: Py_SetPythonHome() and Py_SetProgramName() calls are also ignored. I'm not sure when I introduced these regressions.

PR 16335 fix this bug as well.
History
Date User Action Args
2019-09-23 16:12:35vstinnersetrecipients: + vstinner, lukasz.langa, steve.dower, pablogsal
2019-09-23 16:12:35vstinnersetmessageid: <1569255155.21.0.255256686198.issue38234@roundup.psfhosted.org>
2019-09-23 16:12:35vstinnerlinkissue38234 messages
2019-09-23 16:12:35vstinnercreate