]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-124212: Fix undefined variable in error message in venv (GH-124211) (#124226)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Sep 2024 01:11:22 +0000 (03:11 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2024 01:11:22 +0000 (18:11 -0700)
commit32acfdb678e3a4cbff7dcbbc5233d169cdafe1a9
tree709fc68a0b1efe78efab4d2a40162078e8cb8544
parent0a868db982f1331f3c9b88f9b611b9050436a43c
[3.13] gh-124212: Fix undefined variable in error message in venv (GH-124211) (#124226)

gh-124212: Fix undefined variable in error message in venv (GH-124211)
(cherry picked from commit ea7fe1fe2e162f2375562467ad834c6224a62daf)

Co-authored-by: Jacek <jacek.duszenko@gmail.com>
Lib/test/test_venv.py
Lib/venv/__init__.py
Misc/NEWS.d/next/Library/2024-09-18-17-45-52.gh-issue-124212.n6kIby.rst [new file with mode: 0644]