]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133951: Remove lib64->lib symlink in venv creation (#137139)
authorCycloctane <Cycloctane@outlook.com>
Sat, 4 Oct 2025 13:55:17 +0000 (21:55 +0800)
committerGitHub <noreply@github.com>
Sat, 4 Oct 2025 13:55:17 +0000 (14:55 +0100)
commita7a485558c05a59665d24f9bc048db8a41daf532
treecb29b0deb26bcd72d8995e98a9d96d9a117e9f1d
parent8d17d79299ba3aad9f8fd2aded5ee776dc71668d
gh-133951: Remove lib64->lib symlink in venv creation (#137139)

* Remove lib64->lib symlink in venv directory

* fix test

* remove unused import

* add news
Lib/test/test_venv.py
Lib/venv/__init__.py
Misc/NEWS.d/next/Library/2025-07-27-17-03-17.gh-issue-133951.7kwt78.rst [new file with mode: 0644]