SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 172 Python

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".
V
Victor Stinner committed
83d46e0622d2efdf5f3bf8bf8904d0dcb55fc322
Parent: 9b8e74c
Committed by GitHub <noreply@github.com> on 3/24/2020, 5:03:34 PM