Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-116908: Only write to
_pending_calls.calls_to_do
with atom…
…ic operations (python#117044) 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`.
- Loading branch information