cpython
cpython copied to clipboard
[3.13] gh-121621: Use PyMutex for writes to asyncio state (GH-121622)
(cherry picked from commit 5d6861ad06b524358f52603f242e7c0d57532a58)
- Issue: gh-121621
The PyMutex change wasn't relevant to 3.13, but the atomics for task_name_counter is releveant.