Skip to content

Commit 14101e5

Browse files
Update Doc/data/threadsafety.dat
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 1d5ab85 commit 14101e5

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
@@ -125,8 +125,8 @@ PyByteArray_GET_SIZE:atomic:
125125
PyByteArray_AsString:compatible:
126126
PyByteArray_AS_STRING:compatible:
127127

128-
# Creation - may iterate the iterable argument, calling arbitrary code
129-
# atomic for sets, frozensets, dicts, and frozendicts.
128+
# Creation - may iterate the iterable argument, calling arbitrary code.
129+
# Atomic for sets, frozensets, dicts, and frozendicts.
130130
PySet_New:shared:
131131
PyFrozenSet_New:shared:
132132

0 commit comments

Comments
 (0)