gh-91755: Remove doc of C API private refcount functions (#92918)

These functions should only be used by Python internals.
This commit is contained in:
Victor Stinner 2022-05-18 14:09:44 +02:00 committed by GitHub
parent 7ee19e2715
commit e0477ae371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -119,9 +119,3 @@ objects.
Decrement the reference count for object *o*. A function version of :c:func:`Py_XDECREF`. 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. 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`.