mirror of
https://github.com/python/cpython.git
synced 2026-08-13 15:22:03 +08:00
The risk of a race with this state is relatively low, but we play it safe anyway. We do avoid using the lock in performance-sensitive cases where the risk of a race is very, very low.
Miscellaneous source files for the main Python shared library