Skip to content

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().
@bedevere-app bedevere-app bot added docs Documentation in the Doc dir awaiting core review labels Jan 19, 2025
@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