mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
bpo-42403: Simplify importlib external bootstrap (GH-23397)
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.
This commit is contained in:
3620
Python/importlib.h
generated
3620
Python/importlib.h
generated
File diff suppressed because it is too large
Load Diff
5330
Python/importlib_external.h
generated
5330
Python/importlib_external.h
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user