mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
180d417e9f
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