• Victor Stinner's avatar
    Fix bug in __import__ during Python shutdown · 4f174264
    Victor Stinner yazdı
    Issue #26637: The importlib module now emits an ImportError rather than a
    TypeError if __import__() is tried during the Python shutdown process but
    sys.path is already cleared (set to None).
    4f174264
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
_bootstrap.py Loading commit data...
_bootstrap_external.py Loading commit data...
abc.py Loading commit data...
machinery.py Loading commit data...
util.py Loading commit data...