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 steve.dower
Recipients eric.snow, mariofutire, ncoghlan, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2018-11-18.04:44:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542516279.61.0.788709270274.issue34725@psf.upfronthosting.co.za>
In-reply-to
Content
The next releases of 3.7 and 3.8 will include _Py_SetProgramFullPath() functions for embedders to set the eventual value of sys.executable before calling Py_Initialize(). It's undocumented and not guaranteed stable (and indeed, it looks like Victor is already working on another patch that may see it removed before it's ever released), but it's in now as a workaround for the cases that need it.
History
Date User Action Args
2018-11-18 04:44:39steve.dowersetrecipients: + steve.dower, paul.moore, ncoghlan, vstinner, tim.golden, eric.snow, zach.ware, mariofutire
2018-11-18 04:44:39steve.dowersetmessageid: <1542516279.61.0.788709270274.issue34725@psf.upfronthosting.co.za>
2018-11-18 04:44:39steve.dowerlinkissue34725 messages
2018-11-18 04:44:39steve.dowercreate