]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133644: Remove deprecated Python initialization getter functions (#133661)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 9 May 2025 11:39:23 +0000 (13:39 +0200)
committerGitHub <noreply@github.com>
Fri, 9 May 2025 11:39:23 +0000 (11:39 +0000)
commit5044e85265dce38e8d649040e123f7f1af4d8312
tree9a4d669e9d75b062fbd3714643c5f59526b3f597
parentf52de8a937e89a4d1cf314f12ee5e7bbaa79e7da
gh-133644: Remove deprecated Python initialization getter functions (#133661)

Remove functions:

* Py_GetExecPrefix()
* Py_GetPath()
* Py_GetPrefix()
* Py_GetProgramFullPath()
* Py_GetProgramName()
* Py_GetPythonHome()
18 files changed:
Doc/c-api/init.rst
Doc/c-api/intro.rst
Doc/data/refcounts.dat
Doc/data/stable_abi.dat
Doc/deprecations/c-api-pending-removal-in-3.15.rst
Doc/whatsnew/3.10.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.15.rst
Doc/whatsnew/3.8.rst
Include/pylifecycle.h
Lib/test/test_inspect/test_inspect.py
Lib/test/test_repl.py
Misc/NEWS.d/3.10.0a3.rst
Misc/NEWS.d/3.13.0a1.rst
Misc/NEWS.d/3.9.0a1.rst
Misc/NEWS.d/next/C_API/2025-05-08-13-14-45.gh-issue-133644.J8_KZ2.rst [new file with mode: 0644]
Misc/stable_abi.toml
Python/pathconfig.c