]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46028: Calculate base_executable by resolving symlinks in a venv (GH-30144)
authorSteve Dower <steve.dower@python.org>
Tue, 18 Jan 2022 15:46:26 +0000 (15:46 +0000)
committerGitHub <noreply@github.com>
Tue, 18 Jan 2022 15:46:26 +0000 (15:46 +0000)
commit7407fe4c25ba0308d49e3e88e4a107ef32251cdc
tree38712e77d784e1beb2e1e5bf19d39db596ef6c0f
parent32398294fb3fcf4ee74da54722fd0221c4e6cb74
bpo-46028: Calculate base_executable by resolving symlinks in a venv (GH-30144)
Lib/test/test_getpath.py
Misc/NEWS.d/next/Core and Builtins/2021-12-16-15-04-58.bpo-46028.zfWacB.rst [new file with mode: 0644]
Modules/getpath.py