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-105373: Remove the PyObject_SetAttr(NULL) deprecation #105374

Closed
wants to merge 1 commit into from

Commits on Jun 6, 2023

  1. pythongh-105373: PyObject_SetAttr(NULL) is no longer deprecated

    Remove the deprecation on the following functions:
    
    * PyObject_SetAttr(obj, attr_name, NULL)
    * PyObject_SetAttrString(obj, attr_name, NULL)
    * PySequence_SetItem(obj, i, NULL)
    * PySequence_SetSlice(obj, i1, i2, NULL)
    
    Deprecation added by commit ed82604.
    vstinner committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    90d8ff3 View commit details
    Browse the repository at this point in the history