mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
This replaces some usages of PyThread_type_lock with PyMutex, which does not require memory allocation to initialize. This simplifies some of the runtime initialization and is also one step towards avoiding changing the default raw memory allocator during initialize/finalization, which can be non-thread-safe in some circumstances.
Miscellaneous source files for the main Python shared library