]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-77782: Postpone Py_VerboseFlag removal to Python 3.15 (#129024)
authorVictor Stinner <vstinner@python.org>
Sun, 19 Jan 2025 19:51:17 +0000 (20:51 +0100)
committerGitHub <noreply@github.com>
Sun, 19 Jan 2025 19:51:17 +0000 (20:51 +0100)
commitd57b2d83dd470c5d3a391f4388e4bb41c9843fad
treecaad38457c2df2d96cdaa76db5b563e2dcfd0797
parent6c52ada5512ccd1a0891c00cc84c7d3170d3328c
gh-77782: Postpone Py_VerboseFlag removal to Python 3.15 (#129024)

Postpone the global configuration variables removal to Python 3.15.
Do the same for PySys_SetArgvEx(), PySys_SetArgv(),
Py_SetProgramName() and Py_SetPythonHome().
Doc/deprecations/c-api-pending-removal-in-3.14.rst
Doc/deprecations/c-api-pending-removal-in-3.15.rst