mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
5ae75e1be2
This adds `_PyRWMutex`, a "readers-writer" lock, which wil be used to serialize global stop-the-world pauses with per-interpreter pauses.
Miscellaneous source files for the main Python shared library