Skip to content

Commit f00cfa6

Browse files
Merge branch 'set-capi' of https://github.com/kumaraditya303/cpython into set-capi
2 parents 5e527aa + 445bffb commit f00cfa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/data/threadsafety.dat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ PySet_Contains:shared:
142142
PySet_Add:shared:
143143
PySet_Discard:shared:
144144

145-
# Pop - hold per-object lock for duration;
145+
# Pop - hold per-object lock for duration
146146
PySet_Pop:atomic:
147147

148148
# Clear - empties the set before clearing

0 commit comments

Comments
 (0)