mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
ea3eb88bca
Most of the import sequence now uses per-module locks rather than the global import lock, eliminating well-known issues with threads and imports.