Skip to content

Commit 8129308

Browse files
authored
Apply suggestions from code review
1 parent 49a4fa3 commit 8129308

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Doc/c-api/structures.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)