Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-40050: Fix importlib._bootstrap_external #19135

Merged
merged 1 commit into from
Mar 24, 2020
Merged

bpo-40050: Fix importlib._bootstrap_external #19135

merged 1 commit into from
Mar 24, 2020

Commits on Mar 24, 2020

  1. bpo-40050: Fix importlib._bootstrap_external

    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".
    vstinner committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    6cc525e View commit details
    Browse the repository at this point in the history