SIGN IN SIGN UP

gh-113884: Refactor `queue.SimpleQueue` to use a ring buffer to store items (#114259)

Use a ring buffer instead of a Python list in order to simplify the
process of making queue.SimpleQueue thread-safe in free-threaded
builds. The ring buffer implementation has no places where critical
sections may be released.
M
mpage committed
28eacf27efaa07cb8d9c0c3e9253a07b9012415f
Parent: 05e4720
Committed by GitHub <noreply@github.com> on 1/19/2024, 12:17:51 PM