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
Merged

gh-88279: Deprecate PySys_SetArgvEx() #92363

merged 1 commit into from
May 6, 2022

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented May 6, 2022

Deprecate the following C functions:

  • PySys_SetArgv()
  • PySys_SetArgvEx()
  • PySys_SetPath()

Deprecate the following C functions:

* PySys_SetArgv()
* PySys_SetArgvEx()
* PySys_SetPath()
@jkloth
Copy link
Contributor

jkloth commented May 6, 2022

This change added new warnings to the compile on the buildbots. I thought we had a rule about keeping supported platforms (Tier 1) compiler warning free, but I cannot seem to track down that guideline right now.

@vstinner vstinner deleted the deprecate_pysys_set branch May 9, 2022 10:45
@vstinner
Copy link
Member Author

vstinner commented May 9, 2022

Warning fixed by #92428

I also proposed #92399 but the main branch was blocked while Python 3.11 beta1 was prepared.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants