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

Speedup isolated environment creation #11257

Merged
merged 1 commit into from
Jul 15, 2022

Commits on Jul 15, 2022

  1. Speed up build environment creation

    Instead of creating a zip file from the current pip's sources, add the
    current copy of pip, to the build environment's interpreter's import
    system using `sys.meta_path`. This avoids the overhead of creating the
    zipfile, allows us to use the current pip's sources as-is,
    meaningfully reduces the size of the build environment and
    speeds up the creation of the build environment.
    pradyunsg committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    d36bd5a View commit details
    Browse the repository at this point in the history