We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f23de33 commit 6efe2fbCopy full SHA for 6efe2fb
Doc/c-api/refcounting.rst
@@ -23,6 +23,8 @@ of Python objects.
23
24
Use the :c:func:`Py_SET_REFCNT()` function to set an object reference count.
25
26
+ See also the function :c:func:`PyUnstable_Object_IsUniqueReferencedTemporary()`.
27
+
28
.. versionchanged:: 3.10
29
:c:func:`Py_REFCNT()` is changed to the inline static function.
30
0 commit comments