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 4e22ad1 commit 9cacc03Copy full SHA for 9cacc03
Doc/data/threadsafety.dat
@@ -28,8 +28,8 @@ PyDict_CheckExact:atomic:
28
# Creation - pure allocation, no shared state
29
PyDict_New:atomic:
30
31
-# Lock-free lookups - use _Py_dict_lookup_threadsafe(), no locking
32
-# atomic with simple types
+# Lock-free lookups - use _Py_dict_lookup_threadsafe(), no locking.
+# Atomic with simple types.
33
PyDict_Contains:shared:
34
PyDict_ContainsString:atomic:
35
PyDict_GetItemRef:shared:
0 commit comments