Skip to content

Commit 80acb84

Browse files
minimize changes
1 parent 03225d0 commit 80acb84

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Doc/data/threadsafety.dat

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,11 @@ PyTuple_GET_SIZE:atomic:
172172
PyTuple_GetItem:compatible:
173173
PyTuple_GET_ITEM:compatible:
174174

175-
# Slice - creates a new tuple from an immutable source
175+
# Slice - creates a new tuple from an existing tuple
176176
PyTuple_GetSlice:atomic:
177177

178178
# SetItem - only usable on tuples with refcount 1
179179
PyTuple_SetItem:compatible:
180-
181-
# SET_ITEM - no synchronization; only for filling in brand new tuples
182180
PyTuple_SET_ITEM:compatible:
183181

184182
# Resize - only usable on tuples with refcount 1

0 commit comments

Comments
 (0)