Skip to content

Commit 03225d0

Browse files
fix _PyTuple_Resize
1 parent 31da1a3 commit 03225d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/data/threadsafety.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ PyTuple_SetItem:compatible:
182182
PyTuple_SET_ITEM:compatible:
183183

184184
# Resize - only usable on tuples with refcount 1
185-
_PyTuple_Resize:distinct:
185+
_PyTuple_Resize:compatible:
186186

187187
# Struct Sequence objects
188188

0 commit comments

Comments
 (0)