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 8728c54 commit f09430bCopy full SHA for f09430b
Doc/library/stdtypes.rst
@@ -1460,7 +1460,7 @@ application).
1460
All of the above methods/operations are also lock-free. They do not block
1461
concurrent modifications. Other operations that hold a lock will not block
1462
these from observing intermediate states.
1463
-
+
1464
All other operations from here on block using the per-object lock.
1465
1466
Writing a single item via ``lst[i] = x`` is safe to call from multiple
0 commit comments