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 3ba0282 commit 0169478Copy full SHA for 0169478
Doc/library/threadsafety.rst
@@ -78,8 +78,8 @@ object. The implementation uses internal synchronization (such as
78
:ref:`critical sections <python-critical-section-api>`) to protect shared
79
mutable state, so callers do not need to supply their own locking.
80
81
-Example: :c:func:`PyMutex_Lock` can be called from multiple threads on the
82
-same :c:type:`PyMutex` - it uses internal synchronization to serialize
+Example: :c:func:`PyList_GetItemRef` can be called from multiple threads on the
+same :c:type:`PyListObject` - it uses internal synchronization to serialize
83
access.
84
85
.. _threadsafety-level-atomic:
0 commit comments