Skip to content

Commit 9cacc03

Browse files
Update Doc/data/threadsafety.dat
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 4e22ad1 commit 9cacc03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/data/threadsafety.dat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ PyDict_CheckExact:atomic:
2828
# Creation - pure allocation, no shared state
2929
PyDict_New:atomic:
3030

31-
# Lock-free lookups - use _Py_dict_lookup_threadsafe(), no locking
32-
# atomic with simple types
31+
# Lock-free lookups - use _Py_dict_lookup_threadsafe(), no locking.
32+
# Atomic with simple types.
3333
PyDict_Contains:shared:
3434
PyDict_ContainsString:atomic:
3535
PyDict_GetItemRef:shared:

0 commit comments

Comments
 (0)