mirror of
https://github.com/python/cpython.git
synced 2026-06-04 10:38:27 -04:00
28eacf27ef
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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.