]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip when they...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 14 Oct 2022 16:22:19 +0000 (09:22 -0700)
committerGitHub <noreply@github.com>
Fri, 14 Oct 2022 16:22:19 +0000 (09:22 -0700)
commitc9da063e32725a66495e4047b8a5ed13e72d9e8e
tree6e8d5dea9cc390344e8d6d28ccef81d1e211ce93
parentfa9f65ef581c543583244b23e2ce9bb57feb68a2
gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip when they do not impact path resolution (GH-98259)

(cherry picked from commit 2fe44f728afa2dd506c304641f0481d6813d1dbd)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/test/test_venv.py
Lib/venv/__init__.py
Misc/NEWS.d/next/Library/2022-10-14-11-46-31.gh-issue-98251.Uxc9al.rst [new file with mode: 0644]