rest25/c-api/refcounting.rst => rest262/c-api/refcounting.rst
59   before decrementing its reference count.
60
61   It is a good idea to use this macro whenever decrementing the value of a
62   variable that might be traversed during garbage collection.
63
64   .. versionadded:: 2.4
65
66The following functions are for runtime dynamic embedding of Python:
t67-:cfunc:`Py_IncRef(PyObject \*o)`, :cfunc:`Py_DecRef(PyObject \*o)`. They are
t67+``Py_IncRef(PyObject *o)````Py_DecRef(PyObject *o)``. They are
68simply exported function versions of :cfunc:`Py_XINCREF` and
69:cfunc:`Py_XDECREF`, respectively.
70
71The following functions or macros are only for use within the interpreter core:
72:cfunc:`_Py_Dealloc`, :cfunc:`_Py_ForgetReference`, :cfunc:`_Py_NewReference`,
73as well as the global variable :cdata:`_Py_RefTotal`.
74
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op