[issue25156] shutil.copyfile should internally use os.sendfile when possible

desbma report at bugs.python.org
Sun Feb 7 18:03:57 EST 2016


desbma added the comment:

If anyone is interested, I have created a package to monkey patch shutil.copyfile to benefit from sendfile, similarly to the last patch, but it also works on older Python versions down to 2.7.

PyPI link: https://pypi.python.org/pypi/pyfastcopy/

----------

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


More information about the Python-bugs-list mailing list