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

Allow inheritance of Venvs #86267

Open
Carreau mannequin opened this issue Oct 20, 2020 · 2 comments
Open

Allow inheritance of Venvs #86267

Carreau mannequin opened this issue Oct 20, 2020 · 2 comments
Labels
3.10 only security fixes stdlib Python modules in the Lib dir topic-venv Related to the venv module type-feature A feature request or enhancement

Comments

@Carreau
Copy link
Mannequin

Carreau mannequin commented Oct 20, 2020

BPO 42101
Nosy @Carreau
PRs
  • bpo-42101: allow inheritance of venv #23504
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = None
    created_at = <Date 2020-10-20.21:18:09.031>
    labels = ['type-feature', '3.10']
    title = 'Allow inheritance of Venvs'
    updated_at = <Date 2020-11-25.02:00:03.340>
    user = 'https://github.com/Carreau'

    bugs.python.org fields:

    activity = <Date 2020-11-25.02:00:03.340>
    actor = 'mbussonn'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = []
    creation = <Date 2020-10-20.21:18:09.031>
    creator = 'mbussonn'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 42101
    keywords = ['patch']
    message_count = 1.0
    messages = ['379164']
    nosy_count = 1.0
    nosy_names = ['mbussonn']
    pr_nums = ['23504']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue42101'
    versions = ['Python 3.10']

    @Carreau
    Copy link
    Mannequin Author

    Carreau mannequin commented Oct 20, 2020

    Followup from Python Idea:

    https://mail.python.org/archives/list/python-ideas@python.org/thread/KTIYUEYF6XBHOGOLV744RQXMTETVSTOF/

    Goal would be to allow layering on virtualenv to speedup creation and use less disk space in the case of many large venv having the same base.

    This would be based on an private internal patch that would be upstreamed.

    @Carreau Carreau mannequin added 3.10 only security fixes type-feature A feature request or enhancement labels Oct 20, 2020
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @iritkatriel iritkatriel added topic-venv Related to the venv module stdlib Python modules in the Lib dir labels Nov 26, 2023
    @ncoghlan
    Copy link
    Contributor

    Note that even without native interpreter support, environment layering can be supported via a sitecustomize.py file in the inheriting environments.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.10 only security fixes stdlib Python modules in the Lib dir topic-venv Related to the venv module type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants