mirror of
https://github.com/python/cpython.git
synced 2026-08-16 16:08:58 +08:00
Add atomic loads in the slow path of PyMutex to increase the number of lock acquisitions per second that threads can make on a shared mutex.
Miscellaneous source files for the main Python shared library