-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API #135021
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. 👍
…ed C API (pythonGH-135021) (cherry picked from commit c211130) Co-authored-by: Victor Stinner <vstinner@python.org>
Sorry, @vstinner and @encukou, I could not cleanly backport this to
|
Thank you! |
GH-135133 is a backport of this pull request to the 3.14 branch. |
GH-135134 is a backport of this pull request to the 3.13 branch. |
…ed C API (pythonGH-135021) (cherry picked from commit c211130)
PyObject_DelAttr[String]
in stable ABI builds targeting older CPython versions #134989