diff options
author | Tomas R <tomas.roun8@gmail.com> | 2024-03-08 21:25:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-08 21:25:34 (GMT) |
commit | c951e25c24910064a4c8b7959e2f0f7c0d4d0a63 (patch) | |
tree | 975e29e0962834e3b389ddd25e65668ab2411778 /Python/compile.c | |
parent | 3cdfdc07a9dd39bcd6855b8c104584f9c34624f2 (diff) | |
download | cpython-c951e25c24910064a4c8b7959e2f0f7c0d4d0a63.zip cpython-c951e25c24910064a4c8b7959e2f0f7c0d4d0a63.tar.gz cpython-c951e25c24910064a4c8b7959e2f0f7c0d4d0a63.tar.bz2 |
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>
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions