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 giampaolo.rodola
Recipients StyXman, desbma, facundobatista, giampaolo.rodola, martin.panter, ncoghlan, neologix, pablogsal, petr.viktorin, vstinner
Date 2019-06-04.15:07:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559660822.55.0.421342383266.issue26826@roundup.psfhosted.org>
In-reply-to
Content
I think data deduplication / CoW / reflink copy is better implemented via FICLONE. "cp --reflink" uses it, I presume because it's older than copy_file_range(). I have a working patch adding CoW copy support for Linux and OSX (but not Windows). I think that should be exposed as a separate shutil.reflink() though, and copyfile() should just do a standard copy.
History
Date User Action Args
2019-06-04 15:07:02giampaolo.rodolasetrecipients: + giampaolo.rodola, facundobatista, ncoghlan, vstinner, StyXman, petr.viktorin, neologix, martin.panter, desbma, pablogsal
2019-06-04 15:07:02giampaolo.rodolasetmessageid: <1559660822.55.0.421342383266.issue26826@roundup.psfhosted.org>
2019-06-04 15:07:02giampaolo.rodolalinkissue26826 messages
2019-06-04 15:07:02giampaolo.rodolacreate