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 desbma
Recipients SilentGhost, desbma, gps, josh.r, martin.panter, r.david.murray
Date 2016-02-07.23:03:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454886237.8.0.747802643751.issue25156@psf.upfronthosting.co.za>
In-reply-to
Content
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/
History
Date User Action Args
2016-02-07 23:03:57desbmasetrecipients: + desbma, gps, r.david.murray, SilentGhost, martin.panter, josh.r
2016-02-07 23:03:57desbmasetmessageid: <1454886237.8.0.747802643751.issue25156@psf.upfronthosting.co.za>
2016-02-07 23:03:57desbmalinkissue25156 messages
2016-02-07 23:03:57desbmacreate