SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

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.
V
Victor Stinner committed
3390347aa036404453213d589fe1e35902e55fd4
Parent: 7d9d25d
Committed by GitHub <noreply@github.com> on 11/19/2020, 12:43:43 PM