Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
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. 👍
c211130
intopython:mainUh oh!
There was an error while loading.Please reload this page.
…ed C API (pythonGH-135021)(cherry picked from commitc211130)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 the3.14 branch. |
GH-135134 is a backport of this pull request to the3.13 branch. |
…ed C API (pythonGH-135021)(cherry picked from commitc211130)
Uh oh!
There was an error while loading.Please reload this page.
PyObject_DelAttr[String]
in stable ABI builds targeting older CPython versions #134989