]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 May 2023 19:33:17 +0000 (12:33 -0700)
committerGitHub <noreply@github.com>
Tue, 30 May 2023 19:33:17 +0000 (20:33 +0100)
commit9ae49e3f3bdf585473f03522a1b7dd7c9e4baa6a
tree9af3da320fe5003afdf60771399d618e7051e80c
parentaeee5a575647a9f2676d0d00c763e1a9454a6102
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)

(cherry picked from commit cda1bd3c9d3b2cecdeeba0c498cd2df83fbdb535)

Co-authored-by: Steve Dower <steve.dower@python.org>
Doc/data/python3.12.abi
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