mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
gh-88745: Add _winapi.CopyFile2 and update shutil.copy2 to use it (GH-105055)
This commit is contained in:
parent
d14eb3433c
commit
cda1bd3c9d
8 changed files with 210 additions and 1 deletions
3
Include/internal/pycore_runtime_init_generated.h
generated
3
Include/internal/pycore_runtime_init_generated.h
generated
|
|
@ -913,6 +913,7 @@ extern "C" {
|
|||
INIT_ID(exc_value), \
|
||||
INIT_ID(excepthook), \
|
||||
INIT_ID(exception), \
|
||||
INIT_ID(existing_file_name), \
|
||||
INIT_ID(exp), \
|
||||
INIT_ID(extend), \
|
||||
INIT_ID(extra_tokens), \
|
||||
|
|
@ -1065,6 +1066,7 @@ extern "C" {
|
|||
INIT_ID(namespaces), \
|
||||
INIT_ID(narg), \
|
||||
INIT_ID(ndigits), \
|
||||
INIT_ID(new_file_name), \
|
||||
INIT_ID(new_limit), \
|
||||
INIT_ID(newline), \
|
||||
INIT_ID(newlines), \
|
||||
|
|
@ -1119,6 +1121,7 @@ extern "C" {
|
|||
INIT_ID(priority), \
|
||||
INIT_ID(progress), \
|
||||
INIT_ID(progress_handler), \
|
||||
INIT_ID(progress_routine), \
|
||||
INIT_ID(proto), \
|
||||
INIT_ID(protocol), \
|
||||
INIT_ID(ps1), \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue