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 03225d0 commit 80acb84Copy full SHA for 80acb84
1 file changed
Doc/data/threadsafety.dat
@@ -172,13 +172,11 @@ PyTuple_GET_SIZE:atomic:
172
PyTuple_GetItem:compatible:
173
PyTuple_GET_ITEM:compatible:
174
175
-# Slice - creates a new tuple from an immutable source
+# Slice - creates a new tuple from an existing tuple
176
PyTuple_GetSlice:atomic:
177
178
# SetItem - only usable on tuples with refcount 1
179
PyTuple_SetItem:compatible:
180
-
181
-# SET_ITEM - no synchronization; only for filling in brand new tuples
182
PyTuple_SET_ITEM:compatible:
183
184
# Resize - only usable on tuples with refcount 1
0 commit comments