Skip to content

Commit 05c53e5

Browse files
committed
gh-153263: docs: add PyMutex cross-reference in sys.thread_info.lock
1 parent cf2d4ad commit 05c53e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/sys.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
22422242

22432243
* ``"semaphore"``: a lock uses a semaphore (Python 3.14 and older)
22442244
* ``"mutex+cond"``: a lock uses a mutex and a condition variable (Python 3.14 and older)
2245-
* ``"pymutex"``: a lock uses the PyMutex implementation (Python 3.15 and newer)
2245+
* ``"pymutex"``: a lock uses the :c:type:`PyMutex` implementation (Python 3.15 and newer)
22462246
* ``None`` if this information is unknown
22472247

22482248
.. attribute:: thread_info.version

0 commit comments

Comments
 (0)