]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88279: Deprecate PySys_SetArgvEx() (#92363)
authorVictor Stinner <vstinner@python.org>
Fri, 6 May 2022 03:24:29 +0000 (05:24 +0200)
committerGitHub <noreply@github.com>
Fri, 6 May 2022 03:24:29 +0000 (05:24 +0200)
commit299692afd8b8520383e6badeb907b285fc7c0909
tree825d0469420265842ae5fa6ca3b61a766d0671d3
parent5f29268283aba12d4f2c83cab4966286e0ac5128
gh-88279: Deprecate PySys_SetArgvEx() (#92363)

Deprecate the following C functions:

* PySys_SetArgv()
* PySys_SetArgvEx()
* PySys_SetPath()
Doc/c-api/init.rst
Doc/c-api/intro.rst
Doc/c-api/sys.rst
Doc/whatsnew/3.11.rst
Include/sysmodule.h
Misc/NEWS.d/next/C API/2022-05-06-04-55-17.gh-issue-88279.3mQ54t.rst [new file with mode: 0644]