-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
C API docs: Py_IncRef and Py_DecRef are not documented as functions #91755
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
Labels
Comments
CharlieZhao95
added a commit
to CharlieZhao95/cpython
that referenced
this issue
Apr 22, 2022
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 18, 2022
…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>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 18, 2022
…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>
erlend-aasland
added a commit
that referenced
this issue
May 18, 2022
Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
miss-islington
added a commit
that referenced
this issue
May 18, 2022
miss-islington
added a commit
that referenced
this issue
May 18, 2022
vstinner
added a commit
that referenced
this issue
May 18, 2022
These functions should only be used by Python internals.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Documentation
Py_IncRef
andPy_DecRef
are mentioned in prose at the end of Reference Counting docs. They should be documented as C functions so they show up in the index and can be linked.The text was updated successfully, but these errors were encountered: