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 vstinner
Recipients StyXman, desbma, facundobatista, giampaolo.rodola, martin.panter, ncoghlan, neologix, pablogsal, petr.viktorin, vstinner
Date 2019-06-04.21:37:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559684269.48.0.192856902499.issue26826@roundup.psfhosted.org>
In-reply-to
Content
I created bpo-37157: "shutil: add reflink=False to file copy functions to control clone/CoW copies (use copy_file_range)".

--

The new os.copy_file_range() should be documented at:
https://docs.python.org/dev/whatsnew/3.8.html#os
History
Date User Action Args
2019-06-04 21:37:49vstinnersetrecipients: + vstinner, facundobatista, ncoghlan, giampaolo.rodola, StyXman, petr.viktorin, neologix, martin.panter, desbma, pablogsal
2019-06-04 21:37:49vstinnersetmessageid: <1559684269.48.0.192856902499.issue26826@roundup.psfhosted.org>
2019-06-04 21:37:49vstinnerlinkissue26826 messages
2019-06-04 21:37:49vstinnercreate