mirror of
https://github.com/python/cpython.git
synced 2026-07-11 12:35:28 -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.