Skip to content

Commit

Permalink
gh-91755: Remove doc of C API private refcount functions (#92918)
Browse files Browse the repository at this point in the history
These functions should only be used by Python internals.
  • Loading branch information
vstinner committed May 18, 2022
1 parent 7ee19e2 commit e0477ae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Doc/c-api/refcounting.rst
Expand Up @@ -119,9 +119,3 @@ objects.
Decrement the reference count for object *o*. A function version of :c:func:`Py_XDECREF`.
It can be used for runtime dynamic embedding of Python.
The following functions or macros are only for use within the interpreter core:
:c:func:`_Py_Dealloc`, :c:func:`_Py_ForgetReference`, :c:func:`_Py_NewReference`,
as well as the global variable :c:data:`_Py_RefTotal`.

0 comments on commit e0477ae

Please sign in to comment.