[issue37157] shutil: add reflink=False to file copy functions to control clone/CoW copies (use copy_file_range)

Albert Zeyer report at bugs.python.org
Tue Dec 29 12:05:38 EST 2020


Albert Zeyer <albzey at googlemail.com> added the comment:

Is FICLONE really needed? Doesn't copy_file_range already supports the same?

I posted the same question here: https://stackoverflow.com/questions/65492932/ficlone-vs-ficlonerange-vs-copy-file-range-for-copy-on-write-support

----------
nosy: +Albert.Zeyer

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37157>
_______________________________________


More information about the Python-bugs-list mailing list