Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0477ae

Browse files
authored
gh-91755: Remove doc of C API private refcount functions (#92918)
These functions should only be used by Python internals.
1 parent 7ee19e2 commit e0477ae

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Doc/c-api/refcounting.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,3 @@ objects.
119119
120120
Decrement the reference count for object *o*. A function version of :c:func:`Py_XDECREF`.
121121
It can be used for runtime dynamic embedding of Python.
122-
123-
124-
The following functions or macros are only for use within the interpreter core:
125-
:c:func:`_Py_Dealloc`, :c:func:`_Py_ForgetReference`, :c:func:`_Py_NewReference`,
126-
as well as the global variable :c:data:`_Py_RefTotal`.
127-

0 commit comments

Comments
 (0)