We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b0fd70 commit 6864e53Copy full SHA for 6864e53
Doc/c-api/refcounting.rst
@@ -34,6 +34,9 @@ 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`.
39
+
40
This function has no effect on :term:`immortal` objects.
41
42
.. versionadded:: 3.9
Doc/using/configure.rst
@@ -287,6 +287,8 @@ General Options
287
288
.. versionadded:: 3.11
289
290
+.. _free-threading-buid:
291
292
.. option:: --disable-gil
293
294
Enables **experimental** support for running Python without the
0 commit comments