mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
Add `FT_MUTEX_LOCK`/`FT_MUTEX_UNLOCK`, which call `PyMutex_Lock` and `PyMutex_Unlock` on the free-threaded build, and no-op otherwise.
Miscellaneous source files for the main Python shared library