mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08: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.