gh-112069: Make sets thread-safe with the GIL disabled by tomasr8 · Pull Request #113800 · python/cpython
bot
mentioned this pull request
3 tasks
tomasr8
marked this pull request as ready for review
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters