]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-81340: Use copy_file_range in shutil.copyfile copy functions (GH-93152)
authorIllia Volochii <illia.volochii@gmail.com>
Mon, 3 Feb 2025 10:23:27 +0000 (12:23 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Feb 2025 10:23:27 +0000 (10:23 +0000)
commita33dcb9e431c463c20ecdc02a206ddf0b7388687
treec2923796aad97b54770aebc890978df16e43f229
parenta29a9c0f3890fec843b7151f6a1defa25f570504
gh-81340: Use copy_file_range in shutil.copyfile copy functions (GH-93152)

This allows the underlying file system an opportunity to optimise or avoid the actual copy.
Doc/library/shutil.rst
Lib/shutil.py
Lib/test/test_shutil.py
Misc/ACKS
Misc/NEWS.d/next/Library/2022-05-23-21-23-29.gh-issue-81340.D11RkZ.rst [new file with mode: 0644]