-
-
Couldn't load subscription status.
- Fork 33.2k
fix param type in PyObject_HasAttrWithError (docs) #127403
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
|
Thanks @biggus-developerus for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
(cherry picked from commit 3afb639) Co-authored-by: biggus-developerus <[email protected]>
|
Sorry, @biggus-developerus and @kumaraditya303, I could not cleanly backport this to |
|
GH-127404 is a backport of this pull request to the 3.13 branch. |
…#127404) fix param type in PyObject_HasAttrWithError (docs) (GH-127403) (cherry picked from commit 3afb639) Co-authored-by: biggus-developerus <[email protected]>
fix param type in PyObject_HasAttrWithError (docs)
I was reading through the docs and found out that the
attr_nameparameter in the functionPyObject_HasAttrWithErrorwas mixed up withPyObject_HasAttrStringWithError📚 Documentation preview 📚: https://cpython-previews--127403.org.readthedocs.build/