SIGN IN SIGN UP

gh-112069: Make sets thread-safe with the GIL disabled (#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 <colesbury@gmail.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
T
Tomas R committed
c951e25c24910064a4c8b7959e2f0f7c0d4d0a63
Parent: 3cdfdc0
Committed by GitHub <noreply@github.com> on 3/8/2024, 9:25:34 PM