mirror of
https://github.com/python/cpython.git
synced 2025-10-28 17:13:08 +00:00
Create importlib._abc submodule to avoid importing typing when importlib.util is imported. Move Loader ABC into importlib._abc. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _abc.py | ||
| _bootstrap.py | ||
| _bootstrap_external.py | ||
| _common.py | ||
| abc.py | ||
| machinery.py | ||
| metadata.py | ||
| readers.py | ||
| resources.py | ||
| util.py | ||