cpython/Lib/importlib
Victor Stinner 4f17426437 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).
2016-03-25 00:40:59 +01:00
..
__init__.py
_bootstrap.py Fix bug in __import__ during Python shutdown 2016-03-25 00:40:59 +01:00
_bootstrap_external.py
abc.py
machinery.py
util.py