]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
authorSteve Dower <steve.dower@python.org>
Tue, 30 May 2023 10:00:29 +0000 (11:00 +0100)
committerGitHub <noreply@github.com>
Tue, 30 May 2023 10:00:29 +0000 (11:00 +0100)
commitcda1bd3c9d3b2cecdeeba0c498cd2df83fbdb535
tree582b9ae7df595199ded3038d6f2801694b852ed5
parentd14eb3433cf2a40a202471b815f0a935f2840ead
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
Include/internal/pycore_global_objects_fini_generated.h
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init_generated.h
Include/internal/pycore_unicodeobject_generated.h
Lib/shutil.py
Misc/NEWS.d/next/Windows/2023-05-29-11-38-53.gh-issue-88745.cldf9G.rst [new file with mode: 0644]
Modules/_winapi.c
Modules/clinic/_winapi.c.h