mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Add a fast path to (single-mutex) critical section locking _iff_ the mutex is already held by the currently active, top-most critical section of this thread. This can matter a lot for indirectly recursive critical sections without intervening critical sections.
Miscellaneous source files for the main Python shared library