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

ffi: cleanup from sysmodule to tupleobject #1887

Merged
merged 3 commits into from Sep 25, 2021

Conversation

deantvv
Copy link
Contributor

@deantvv deantvv commented Sep 25, 2021

For #1289

Change list:

  • Move Py_DecodeLocale from sysmodule to fileutils
  • Add python 3.11 deprecation for PySys_AddWarnOption, PySys_AddWarnOptionUnicode and PySys_HasWarnOptions
  • Remove function PyTuple_ClearFreeList from python 3.9 above
  • Move tupleobject non-limited api into ffi/cpython/

* Move `Py_DecodeLocale` from `sysmodule` to `fileutils`
* Add python 3.11 deprecation for `PySys_AddWarnOption`,
`PySys_AddWarnOptionUnicode` and `PySys_HasWarnOptions`
* Remove function `PyTuple_ClearFreeList` from python 3.9 above
* Move non-limited api into ffi/cpython/
Copy link
Member

@davidhewitt davidhewitt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks perfect, thanks for this!

@davidhewitt davidhewitt merged commit 97fa3f7 into PyO3:main Sep 25, 2021
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.

None yet

2 participants