]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154726: Fix `shutil.copyfile()` for symlinks to special files with `follow_symlink...
authorŁukasz <lukaszlapinski7@gmail.com>
Fri, 31 Jul 2026 11:36:05 +0000 (13:36 +0200)
committerGitHub <noreply@github.com>
Fri, 31 Jul 2026 11:36:05 +0000 (13:36 +0200)
commitf5afa895ae322ea89c5942b0b21094c124293dd8
tree4ab395f8ee71ae403ca9a8d549b41bdfe1163d59
parent7d760134cc20f444412c54fc8395ca6f2421ad73
gh-154726: Fix `shutil.copyfile()` for symlinks to special files with `follow_symlinks=False` (GH-154728)
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS.d/next/Library/2026-07-26-11-45-34.gh-issue-154726.hLJk5-.rst [new file with mode: 0644]