File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ under :ref:`reference counting <countingrefs>`.
5050
5151 .. c :member :: PyMutex ob_mutex
5252
53- A per-object lock, present only in the :term: `free-threaded <free threading> `
53+ A :ref: ` per-object lock < per-object-locks >` , present only in the :term: `free-threaded <free threading> `
5454 build (when :c:macro: `Py_GIL_DISABLED ` is defined).
5555
5656 This field is **reserved for use by the critical section API **
@@ -59,9 +59,6 @@ under :ref:`reference counting <countingrefs>`.
5959 deadlocks. If you need your own lock, add a separate :c:type: `PyMutex `
6060 field to your object struct.
6161
62- See :ref: `per-object-locks ` in the free-threading extension guide for
63- details.
64-
6562 .. versionadded :: 3.13
6663
6764
You can’t perform that action at this time.
0 commit comments