[issue26826] Expose new copy_file_range() syscal in os module and use it to improve shutils.copy()

STINNER Victor report at bugs.python.org
Mon Apr 25 06:35:36 EDT 2016


STINNER Victor added the comment:

If we add a new private function to the os module (ex:
os._copy_file_range), it can be used in shutil if available. But it
would be a temporary solution until we declare the API stable. Maybe
it's ok to add the API as public today.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26826>
_______________________________________


More information about the Python-bugs-list mailing list