X Tutup
The Wayback Machine - https://web.archive.org/web/20221223171602/https://github.com/python/cpython/pull/92363/commits
Skip to content
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

gh-88279: Deprecate PySys_SetArgvEx() #92363

Merged
merged 1 commit into from May 6, 2022

Commits on May 6, 2022

  1. gh-88279: Deprecate PySys_SetArgvEx()

    Deprecate the following C functions:
    
    * PySys_SetArgv()
    * PySys_SetArgvEx()
    * PySys_SetPath()
    vstinner committed May 6, 2022
X Tutup