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

Propagate package environment to local workers #43270

Merged
merged 1 commit into from
Feb 25, 2022
Merged

Commits on Feb 24, 2022

  1. Distributed: Propagate package environment to local workers.

    Local workers now inherit the package environment of the main process,
    i.e. the active project, LOAD_PATH, and DEPOT_PATH. This behavior
    can be overridden by passing the new `env` keyword argument, or by
    passing `--project` in the `exeflags` keyword argument.
    
    Fixes #28781, and closes #42089.
    fredrikekre committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    0f17581 View commit details
    Browse the repository at this point in the history