]> granicus.if.org Git - python/commit
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable ...
authorSteve Dower <steve.dower@microsoft.com>
Sun, 18 Nov 2018 04:41:48 +0000 (20:41 -0800)
committerGitHub <noreply@github.com>
Sun, 18 Nov 2018 04:41:48 +0000 (20:41 -0800)
commit177a41a07b7d13c70d068ea0962f07e625ae171e
tree1f698c35899360fe3b73bc90b9556871b35813a0
parent689d555ec135d4115574addd063c358ac4897cc4
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9860)
Include/internal/pycore_pathconfig.h
Include/pylifecycle.h
Misc/NEWS.d/next/C API/2018-10-13-16-30-54.bpo-34725.j52rIS.rst [new file with mode: 0644]
PC/getpathp.c
Python/coreconfig.c
Python/pathconfig.c