Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-106521: Remove _PyObject_LookupAttr() function#106642
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
gh-106521: Remove _PyObject_LookupAttr() function#106642
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.
You may change the change title to "Remove _PyObject_LookupAttr() function". In practice (in terms of C API), this change removes the function, since the previous changeadded a new function. I'm fine with removing private functions, but it seems like@encukou started to have concerns about such removals in Python 3.13 C API: see#106320
Uh oh!
There was an error while loading.Please reload this page.
It is an automatic replace in C files and
Parser/asdl_c.py
.