-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-111789: Use PyDict_GetItemRef() in Objects/ #111827
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-111789: Use PyDict_GetItemRef() in Objects/ #111827
Conversation
Ping me when this PR is ready for a review. Now it's marked as a draft. |
It is ready for review. I marked is as draft because I do not insist that all these changes should be applied. |
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 with some suggestions
oops, there is a bug, i should not approve the PR
Sorry, _PyObject_GenericGetAttrWithDict() should be fixed before I can approve the PR. |
Co-authored-by: Victor Stinner <[email protected]>
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
Co-authored-by: Victor Stinner <[email protected]>
Thank you for your review, Victor. I applied all your suggestions. |
Uh oh!
There was an error while loading. Please reload this page.