-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-94139: fix incorrect link in typeobj documentation #94140
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 incorrect link to the documentation of tp_descr_get and tp_descr_set
Most changes to Python require a NEWS entry. Please add it using the blurb_it web app or the blurb command-line tool. |
Everything is OK, the entry isn't required for doc-only changes. The bot just isn't aware of recent agreements yet. |
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 for catching this!
Thanks @maxbachmann for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry @maxbachmann and @iritkatriel, I had trouble checking out the |
GH-94292 is a backport of this pull request to the 3.10 branch. |
…H-94140) (cherry picked from commit 32d595f) Co-authored-by: Max Bachmann <[email protected]>
…ythonGH-94140) (cherry picked from commit 32d595f) Co-authored-by: Max Bachmann <[email protected]>
GH-94293 is a backport of this pull request to the 3.11 branch. |
…H-94140) (GH-94293) (cherry picked from commit 32d595f) Co-authored-by: Max Bachmann <[email protected]> Co-authored-by: Max Bachmann <[email protected]>
(cherry picked from commit 32d595f) Co-authored-by: Max Bachmann <[email protected]>
fix incorrect link to the documentation of tp_descr_get and tp_descr_set