Skip to content

Non-ideal extra processes in venv #13

@chrisjbillington

Description

@chrisjbillington

In virtual environments in Windows, there is an extra layer of Python processes whenever a subprocess is created. This is not ideal since the processes often want to know about each others' PIDs and such, and this intermediate means they can get the wrong idea.

The multiprocessing module gets around it by calling the base executable after setting an environment variable (which is all that the launcher python.exe does in any case).

We should copy it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions