mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
082f370cdd
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