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 steve.dower
Recipients eryksun, paul.moore, sfmc, steve.dower, tim.golden, zach.ware
Date 2021-07-07.14:32:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625668361.27.0.282813795156.issue44579@roundup.psfhosted.org>
In-reply-to
Content
> Note that CopyFileEx() is a high-level Windows API function, not a "kernel mode" copy.

This is true today, but could change whenever Windows feels like changing it. If we switch to the native API then we'll get any advantage there automatically.

The only challenge is in managing changes to semantics (that is, anything extra we do to "match" Unix that isn't normally how copies work on Windows - personally, I'd rather be more native on Windows anyway).
History
Date User Action Args
2021-07-07 14:32:41steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, sfmc
2021-07-07 14:32:41steve.dowersetmessageid: <1625668361.27.0.282813795156.issue44579@roundup.psfhosted.org>
2021-07-07 14:32:41steve.dowerlinkissue44579 messages
2021-07-07 14:32:41steve.dowercreate