mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +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. |
||
|---|---|---|
| .. | ||
| builtin | ||
| extension | ||
| frozen | ||
| import_ | ||
| source | ||
| __init__.py | ||
| __main__.py | ||
| abc.py | ||
| benchmark.py | ||
| regrtest.py | ||
| test_abc.py | ||
| test_api.py | ||
| test_locks.py | ||
| test_util.py | ||
| util.py | ||