This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Allow inheritance of Venvs
Type: enhancement Stage: patch review
Components: Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: mbussonn
Priority: normal Keywords: patch

Created on 2020-10-20 21:18 by mbussonn, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 23504 open mbussonn, 2020-11-25 02:00
Messages (1)
msg379164 - (view) Author: Matthias Bussonnier (mbussonn) * Date: 2020-10-20 21:18
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.
History
Date User Action Args
2022-04-11 14:59:37adminsetgithub: 86267
2020-11-25 02:00:03mbussonnsetkeywords: + patch
stage: patch review
pull_requests: + pull_request22393
2020-10-20 21:18:09mbussonncreate