gh-77782: Postpone Py_VerboseFlag removal to Python 3.15 by vstinner · Pull Request #129024 · python/cpython

@vstinner

Postpone the global configuration variables removal to Python 3.15.
Do the same for PySys_SetArgvEx(), PySys_SetArgv(),
Py_SetProgramName() and Py_SetPythonHome().

srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request

Jan 21, 2025
…n#129024)

Postpone the global configuration variables removal to Python 3.15.
Do the same for PySys_SetArgvEx(), PySys_SetArgv(),
Py_SetProgramName() and Py_SetPythonHome().