SIGN IN SIGN UP

Fix bug in __import__ during Python shutdown

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).
V
Victor Stinner committed
4f17426437a5bdf458f8628936c3e37909fca448
Parent: e091d32