mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
Most of the import sequence now uses per-module locks rather than the global import lock, eliminating well-known issues with threads and imports.