gh-113884: Make queue.SimpleQueue thread-safe in --disable-gil builds by mpage · Pull Request #114161 · python/cpython
bot
mentioned this pull request
mpage
marked this pull request as ready for review
mpage
marked this pull request as draft
mpage
marked this pull request as ready for review
mpage
deleted the
gh-113884-ft-simplequeue
branch
aisk pushed a commit to aisk/cpython that referenced this pull request
Feb 11, 2024…isabled (python#114161) * use the ParkingLot API to manage waiting threads * use Argument Clinic's critical section directive to protect queue methods * remove unnecessary overflow check Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request
Sep 2, 2024…isabled (python#114161) * use the ParkingLot API to manage waiting threads * use Argument Clinic's critical section directive to protect queue methods * remove unnecessary overflow check 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