Skip to content

Commit c1252ea

Browse files
tomasr8colesburyerlend-aasland
authored andcommitted
pythongh-112069: Make sets thread-safe with the GIL disabled (python#113800)
This makes nearly all the operations on set thread-safe in the free-threaded build, with the exception of `_PySet_NextEntry` and `setiter_iternext`. Co-authored-by: Sam Gross <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 9fe596e commit c1252ea

File tree

2 files changed

+498
-152
lines changed

2 files changed

+498
-152
lines changed

Objects/clinic/setobject.c.h

Lines changed: 164 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)