gh-112069: Make sets thread-safe with the GIL disabled by tomasr8 · Pull Request #113800 · python/cpython

@bedevere-app bot mentioned this pull request

Jan 7, 2024

3 tasks

colesbury

@tomasr8 tomasr8 marked this pull request as ready for review

February 11, 2024 21:49

colesbury

@tomasr8

@colesbury

erlend-aasland

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>

@colesbury

@colesbury

@colesbury

colesbury added a commit to colesbury/cpython that referenced this pull request

Mar 8, 2024
…ython#113800)"

The "AMD64 Debian root 3.x" is failing with strange errors.

This reverts commit c951e25.

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 25, 2024
…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>

diegorusso pushed a commit to diegorusso/cpython that referenced this pull request

Apr 17, 2024
…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>