-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" #112237
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
Fix a small error in the documentation: `Py_TPFLAGS_MANAGED_WEAKREF` is set in the `tp_flags` field rather than the `tp_dict` field
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.
Thanks!
@Eclips4 Sorry for bumping it after you approved it. I spotted a second error in the same section that seemed worth fixing at the same time. |
@markshannon Pinging you because I think both changes in this PR touch lines that you added. This is a fairly trivial documentation fix I think. |
Thanks @da-woods for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…12237) (cherry picked from commit 4232976) Co-authored-by: da-woods <[email protected]>
GH-121309 is a backport of this pull request to the 3.13 branch. |
…12237) (cherry picked from commit 4232976) Co-authored-by: da-woods <[email protected]>
GH-121310 is a backport of this pull request to the 3.12 branch. |
…112237) (#121310) docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (GH-112237) (cherry picked from commit 4232976) Co-authored-by: da-woods <[email protected]>
…112237) (#121309) docs: Fix "Py_TPFLAGS_MANAGED_WEAKREF is set in tp_flags" (GH-112237) (cherry picked from commit 4232976) Co-authored-by: da-woods <[email protected]>
Fix a small error in the documentation:
Py_TPFLAGS_MANAGED_WEAKREF
is set in thetp_flags
field rather than thetp_dict
field📚 Documentation preview 📚: https://cpython-previews--112237.org.readthedocs.build/