mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
importlib._bootstrap is now frozen into Python/importlib.h and stored as _frozen_importlib in sys.modules. Py_Initialize() loads the frozen code along with sys and imp and then uses _frozen_importlib._install() to set builtins.__import__() w/ _frozen_importlib.__import__(). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_abc_loader.py | ||
| test_case_sensitivity.py | ||
| test_file_loader.py | ||
| test_finder.py | ||
| test_path_hook.py | ||
| test_source_encoding.py | ||
| util.py | ||