diff options
author | Steve Dower <steve.dower@microsoft.com> | 2018-11-18 04:41:48 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-18 04:41:48 (GMT) |
commit | 177a41a07b7d13c70d068ea0962f07e625ae171e (patch) | |
tree | 1f698c35899360fe3b73bc90b9556871b35813a0 /Misc | |
parent | 689d555ec135d4115574addd063c358ac4897cc4 (diff) | |
download | cpython-177a41a07b7d13c70d068ea0962f07e625ae171e.zip cpython-177a41a07b7d13c70d068ea0962f07e625ae171e.tar.gz cpython-177a41a07b7d13c70d068ea0962f07e625ae171e.tar.bz2 |
bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9860)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/C API/2018-10-13-16-30-54.bpo-34725.j52rIS.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2018-10-13-16-30-54.bpo-34725.j52rIS.rst b/Misc/NEWS.d/next/C API/2018-10-13-16-30-54.bpo-34725.j52rIS.rst new file mode 100644 index 0000000..b5bc1bf --- /dev/null +++ b/Misc/NEWS.d/next/C API/2018-10-13-16-30-54.bpo-34725.j52rIS.rst @@ -0,0 +1 @@ +Adds _Py_SetProgramFullPath so embedders may override sys.executable |