mirror of https://github.com/python/cpython
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:
parent
7ee19e2715
commit
e0477ae371
|
@ -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`.
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue