Giampaolo Rodola' <g.rod...@gmail.com> added the comment:

> So using copy_file_range (if available) should be the most generic solution, 
> which includes copy-on-write support, and server-side copy support.

Doesn't this imply to pass some flag to copy_file_range()? "man 
copy_file_range" says:

> The flags argument is provided to allow for future extensions and currently 
> must be set to 0.

How is CoW copy supposed to be done by using copy_file_range() exactly?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37157>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to