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 56fc4e1 commit fc4349eCopy full SHA for fc4349e
Doc/c-api/refcounting.rst
@@ -34,8 +34,8 @@ of Python objects.
34
35
Set the object *o* reference counter to *refcnt*.
36
37
- On ref:`Python build with Free Threading <free-threading-buid>`, if *refcnt*
38
- is larger than ``UINT32_MAX``, the object is made :term:`immortal`.
+ On :ref:`Python build with Free Threading <free-threading-buid>`, if
+ *refcnt* is larger than ``UINT32_MAX``, the object is made :term:`immortal`.
39
40
This function has no effect on :term:`immortal` objects.
41
0 commit comments