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 eric.snow, mariofutire, ncoghlan, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-05-27.15:21:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558970480.89.0.997893103504.issue34725@roundup.psfhosted.org>
In-reply-to
Content
I understand that issue is now fixed in bpo-36763 by the implementation of the PEP 587 which adds a new public API for the "Python Initialization Configuration". It provides a finer API to configure the "Path Configuration". For example, PyConfig.executable can be used to replace _Py_SetProgramFullPath().

In Python 3.7, the private _Py_SetProgramFullPath() function can be used as a workaround.

I close the issue. If I misunderstood the issue, please comment/reopen it ;-)
History
Date User Action Args
2019-05-27 15:21:20vstinnersetrecipients: + vstinner, paul.moore, ncoghlan, tim.golden, eric.snow, zach.ware, steve.dower, mariofutire
2019-05-27 15:21:20vstinnersetmessageid: <1558970480.89.0.997893103504.issue34725@roundup.psfhosted.org>
2019-05-27 15:21:20vstinnerlinkissue34725 messages
2019-05-27 15:21:20vstinnercreate