mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
These writes to `pending->calls_to_do` need to be atomic, because other threads can read (atomically) from `calls_to_do` without holding `pending->mutex`.
Miscellaneous source files for the main Python shared library