diff options
author | Victor Stinner <vstinner@python.org> | 2020-03-24 18:03:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-24 18:03:34 +0100 |
commit | 83d46e0622d2efdf5f3bf8bf8904d0dcb55fc322 (patch) | |
tree | 902e9867f805e6a67ad3a66cf928c7023afeec23 /Python/import.c | |
parent | 9b8e74ca77da7167033917d155e5f55c67b92f14 (diff) | |
download | cpython-git-83d46e0622d2efdf5f3bf8bf8904d0dcb55fc322.tar.gz |
bpo-40050: Fix importlib._bootstrap_external (GH-19135)
Remove two unused imports: _thread and _weakref. Avoid creating a new
winreg builtin module if it's already available in sys.modules.
The winreg module is now stored as "winreg" rather than "_winreg".
Diffstat (limited to 'Python/import.c')
0 files changed, 0 insertions, 0 deletions