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 49a4fa3 commit 8129308Copy full SHA for 8129308
1 file changed
Doc/c-api/structures.rst
@@ -50,7 +50,7 @@ under :ref:`reference counting <countingrefs>`.
50
51
.. c:member:: PyMutex ob_mutex
52
53
- A per-object lock, present only in the :term:`free-threaded <free threading>`
+ A :ref:`per-object lock <per-object-locks>`, present only in the :term:`free-threaded <free threading>`
54
build (when :c:macro:`Py_GIL_DISABLED` is defined).
55
56
This field is **reserved for use by the critical section API**
@@ -59,9 +59,6 @@ under :ref:`reference counting <countingrefs>`.
59
deadlocks. If you need your own lock, add a separate :c:type:`PyMutex`
60
field to your object struct.
61
62
- See :ref:`per-object-locks` in the free-threading extension guide for
63
- details.
64
-
65
.. versionadded:: 3.13
66
67
0 commit comments