mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -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.
Source files for standard library extension modules, and former extension modules that are now builtin modules.