-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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-125887: Update PyObject_HasAttr exception behavior #125907
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.
I think we should continue to mention the alternatives
@Damien-Chen, please avoid force-pushes. |
I want to rebase and squash my commit, but |
Please avoid also rebase, etc. Just add new commits - all going to be squashed in a single commit on merge anyway. FYI: https://devguide.python.org/getting-started/pull-request-lifecycle/#lifecycle-of-a-pull-request |
Thanks @Damien-Chen for the PR, and @hauntsaninja for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…-125907) Update PyObject_HasAttr exception behavior (cherry picked from commit 08a0728) Co-authored-by: Damien <[email protected]> Co-authored-by: Shantanu <[email protected]>
GH-128283 is a backport of this pull request to the 3.13 branch. |
…) (#128283) gh-125887: Update PyObject_HasAttr exception behavior (GH-125907) Update PyObject_HasAttr exception behavior (cherry picked from commit 08a0728) Co-authored-by: Damien <[email protected]> Co-authored-by: Shantanu <[email protected]>
…25907) Update PyObject_HasAttr exception behavior Co-authored-by: Shantanu <[email protected]>
Resolve #125887
📚 Documentation preview 📚: https://cpython-previews--125907.org.readthedocs.build/