STINNER Victor <vstin...@redhat.com> added the comment:

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 ;-)

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34725>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to