]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable ...
authorSteve Dower <steve.dower@microsoft.com>
Sun, 18 Nov 2018 04:42:08 +0000 (20:42 -0800)
committerGitHub <noreply@github.com>
Sun, 18 Nov 2018 04:42:08 +0000 (20:42 -0800)
commite851049e0e045b5e0f9d5c6b8a64d7f6b8ecc9c7
tree55603ae6528fd90aa70608e9e23f49440b86131d
parentd1a97b36595726074a83452e5c476806936becba
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9861)
Include/pylifecycle.h
Misc/NEWS.d/next/C API/2018-10-13-16-30-54.bpo-34725.j52rIS.rst [new file with mode: 0644]
Modules/main.c
Python/pathconfig.c