]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip when they...
authorSteve Dower <steve.dower@python.org>
Fri, 14 Oct 2022 15:58:54 +0000 (16:58 +0100)
committerGitHub <noreply@github.com>
Fri, 14 Oct 2022 15:58:54 +0000 (16:58 +0100)
commit2fe44f728afa2dd506c304641f0481d6813d1dbd
tree9d0bd27e55b44fb99d57657881a0abd110e2cab9
parentb863b9cd4b8681cf5fff5f121837a1039045783f
gh-98251: Allow venv to pass along PYTHON* variables to pip and ensurepip when they do not impact path resolution (GH-98259)
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]