]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
authorVictor Stinner <vstinner@python.org>
Thu, 18 Apr 2024 13:20:38 +0000 (15:20 +0200)
committerGitHub <noreply@github.com>
Thu, 18 Apr 2024 13:20:38 +0000 (15:20 +0200)
commit340a02b590681d4753eef0ff63037d0ecb512271
tree09300e1018a937cdbe5f4b7be2ccd3dc25402044
parent0a0756c5edd8c32783a39ef00c47fe4a54deecbc
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)

Restore these functions removed in Python 3.13 alpha 1:

* Py_SetPythonHome()
* Py_SetProgramName()
* PySys_SetArgvEx()
* PySys_SetArgv()
Doc/c-api/init.rst
Doc/data/stable_abi.dat
Doc/whatsnew/3.13.rst
Include/pylifecycle.h
Include/sysmodule.h
Misc/NEWS.d/next/C API/2024-04-17-16-48-17.gh-issue-117987.zsvNL1.rst [new file with mode: 0644]
Misc/stable_abi.toml
Programs/_testembed.c
Python/pathconfig.c
Python/sysmodule.c