• Brett Cannon's avatar
    Issue #2377: Make importlib the implementation of __import__(). · fd074155
    Brett Cannon yazdı
    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__().
    fd074155
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
test_abc_loader.py Loading commit data...
test_case_sensitivity.py Loading commit data...
test_file_loader.py Loading commit data...
test_finder.py Loading commit data...
test_path_hook.py Loading commit data...
test_source_encoding.py Loading commit data...
util.py Loading commit data...