mirror of
https://github.com/python/cpython.git
synced 2026-05-06 12:49:07 -04:00
e21057b999
This adds a `_PyRecursiveMutex` type based on `PyMutex` and uses that for the import lock. This fixes some data races in the free-threaded build and generally simplifies the import lock code.
Miscellaneous source files for the main Python shared library