This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sfmc
Recipients sfmc
Date 2021-07-07.12:11:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625659889.31.0.269732165644.issue44579@roundup.psfhosted.org>
In-reply-to
Content
In Windows shutil.copy() uses _copyfileobj_readinto which copies file in user mode.
In Windows there is an fast API to copy file in kernel mode: CopyFile (see https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-copyfile).
History
Date User Action Args
2021-07-07 12:11:29sfmcsetrecipients: + sfmc
2021-07-07 12:11:29sfmcsetmessageid: <1625659889.31.0.269732165644.issue44579@roundup.psfhosted.org>
2021-07-07 12:11:29sfmclinkissue44579 messages
2021-07-07 12:11:29sfmccreate