-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-91755: Document Py_IncRef and Py_DecRef as C function. #91805
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-91755: Document Py_IncRef and Py_DecRef as C function. #91805
Conversation
I'm way out of my depth on this one, so I'll pass on reviewing, sorry :) |
Resolves #91755 (apparently, autolinking only works from OP...) |
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Thanks @CharlieZhao95 for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-92916 is a backport of this pull request to the 3.11 branch. |
GH-92917 is a backport of this pull request to the 3.10 branch. |
…onGH-91805) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit 58a3d28) Co-authored-by: Charlie Zhao <zhaoyu_hit@qq.com>
…onGH-91805) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com> (cherry picked from commit 58a3d28) Co-authored-by: Charlie Zhao <zhaoyu_hit@qq.com>
FTR, approved by Petr offline. |
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.
Document
Py_IncRef
andPy_DecRef
as C function in Reference Counting docs.