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 cba2d54 commit 31d0548Copy full SHA for 31d0548
Doc/c-api/object.rst
@@ -637,7 +637,7 @@ Object Protocol
637
638
.. versionadded:: 3.14
639
640
-.. c:function:: int PyUnstable_EnableTryIncRef(PyObject *obj)
+.. c:function:: void PyUnstable_EnableTryIncRef(PyObject *obj)
641
642
Enables subsequent uses of :c:func:`PyUnstable_TryIncRef` on *obj*. The
643
caller must hold a :term:`strong reference` to *obj* when calling this.
0 commit comments