mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
4f17426437
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).
Miscellaneous source files for the main Python shared library