mirror of
https://github.com/python/cpython.git
synced 2026-06-27 21:33:21 -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.