commit | 3390347aa036404453213d589fe1e35902e55fd4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Thu Nov 19 13:43:43 2020 +0100 |
committer | GitHub <noreply@github.com> | Thu Nov 19 13:43:43 2020 +0100 |
tree | 49309f502a12cfece7b30190f3f36a8ab1143d46 | |
parent | 7d9d25dbedfffce61fc76bc7ccbfa9ae901bf56f [diff] |
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.