[issue34725] Py_GetProgramFullPath() odd behaviour in Windows

Steve Dower report at bugs.python.org
Sat Nov 17 23:44:39 EST 2018


Steve Dower <steve.dower at python.org> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34725>
_______________________________________


More information about the Python-bugs-list mailing list