mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
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