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

Move some initialization out of __init__ #7147

Merged
merged 2 commits into from
Oct 8, 2019

Commits on Oct 7, 2019

  1. Move urllib3 warning suppression to network.session

    This is only relevant for our usage of --trusted-host, so it is enough
    to initialize it in network.session.
    chrahunt committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    f315671 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. Conditionally import ssl

    Saves >=10ms on irrelevant platforms.
    chrahunt committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    3eda51f View commit details
    Browse the repository at this point in the history