Skip to content

Commit f23de33

Browse files
committed
Add reference to Py_REFCNT
1 parent bba589f commit f23de33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/c-api/object.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -641,6 +641,8 @@ Object Protocol
641641
my_list = [1, 2, 3]
642642
my_func(my_list)
643643
644+
See also the function :c:func:`Py_REFCNT`.
645+
644646
.. versionadded:: 3.14
645647
646648
.. c:function:: int PyUnstable_IsImmortal(PyObject *obj)

0 commit comments

Comments
 (0)