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 Albert.Zeyer
Recipients Albert.Zeyer, desbma, dulanic, giampaolo.rodola, koobs, pablogsal, vstinner
Date 2021-10-07.15:07:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633619222.83.0.330798957741.issue37157@roundup.psfhosted.org>
In-reply-to
Content
> How is CoW copy supposed to be done by using copy_file_range() exactly?

I think copy_file_range() will just always use copy-on-write and/or server-side-copy when available. You cannot even turn that off.
History
Date User Action Args
2021-10-07 15:07:02Albert.Zeyersetrecipients: + Albert.Zeyer, vstinner, giampaolo.rodola, desbma, koobs, pablogsal, dulanic
2021-10-07 15:07:02Albert.Zeyersetmessageid: <1633619222.83.0.330798957741.issue37157@roundup.psfhosted.org>
2021-10-07 15:07:02Albert.Zeyerlinkissue37157 messages
2021-10-07 15:07:02Albert.Zeyercreate