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