mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00: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