SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 245 Python

gh-105145: Deprecate Py_GetPath() function (#105179)

Deprecate old Python initialization functions:

* PySys_ResetWarnOptions()
* Py_GetExecPrefix()
* Py_GetPath()
* Py_GetPrefix()
* Py_GetProgramFullPath()
* Py_GetProgramName()
* Py_GetPythonHome()

_tkinter.c uses sys.executable instead of Py_GetProgramName()
and uses sys.prefix instead of Py_GetPrefix().
V
Victor Stinner committed
c67121ac6bf8ee36d79de92ef68fc3fde178d2a3
Parent: ec0082c
Committed by GitHub <noreply@github.com> on 6/1/2023, 12:06:32 PM