Skip to content

Commit d18bdc5

Browse files
committed
Doc: reference Py_REFCNT and Py_SET_REFCNT on the reference counting page
1 parent df11012 commit d18bdc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/c-api/refcounting.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Reference Counting
88
******************
99

1010
The macros in this section are used for managing reference counts of Python
11-
objects.
11+
objects. Note that :c:macro:`Py_REFCNT` and :c:macro:`Py_SET_REFCNT` are
12+
documented as a part of :c:type:`PyObject`.
1213

1314

1415
.. c:function:: void Py_INCREF(PyObject *o)

0 commit comments

Comments
 (0)