Skip to content

gh-77782: Postpone Py_VerboseFlag removal to Python 3.15 #129024

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 19, 2025

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Jan 19, 2025

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


📚 Documentation preview 📚: https://cpython-previews--129024.org.readthedocs.build/

Postpone the global configuration variables removal to Python 3.15.
Do the same for PySys_SetArgvEx(), PySys_SetArgv(),
Py_SetProgramName() and Py_SetPythonHome().
@vstinner
Copy link
Member Author

It's too late to remove these functions in Python 3.14 dev cycle. Moreover, PEP 741 acceptance and implementation occurred late in Python 3.14 dev cycle.

@vstinner vstinner merged commit d57b2d8 into python:main Jan 19, 2025
32 checks passed
@vstinner vstinner deleted the postpone_removal branch January 19, 2025 19:51
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().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant