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
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 |
|
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. |


Document
Py_IncRefandPy_DecRefas C function in Reference Counting docs.