mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
9221ef2d8c
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