STINNER Victor added the comment:
If I understood correctly, this issue has been fixed by the PEP 587 "Python
Initialization Configuration" in bpo-36763 which now provides a more reliable
way to configure the "Path Configuration". I close the issue.
If I misunderstood the issue, please reope
New submission from Kay Hayen :
Hello,
for my Python compiler Nuitka, I want to make sure that compiled binaries in
standalone mode do not access the original installation, but solely the
distribution folder created.
I am using the new API Py_SetPath on Python3 and it works fine. The Python2.