gh-137514: Add a free-threading wrapper for mutexes (GH-137515)
Add `FT_MUTEX_LOCK`/`FT_MUTEX_UNLOCK`, which call `PyMutex_Lock` and `PyMutex_Unlock` on the free-threaded build, and no-op otherwise.
P
Peter Bierma committed
082f370cdd0ec1484b033c70ec81b4b7a972ee2c
Parent: dec624e
Committed by GitHub <[email protected]>
on 8/7/2025, 3:24:50 PM