• Victor Stinner's avatar
    Fix bug in __import__ during Python shutdown · 8e26b337
    Victor Stinner authored
    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).
    8e26b337
NEWS 335 KB