mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
3390347aa0
Simplify the importlib external bootstrap code: importlib._bootstrap_external now uses regular imports to import builtin modules. When it is imported, the builtin __import__() function is already fully working and so can be used to import builtin modules like sys.
Miscellaneous source files for the main Python shared library