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 desbma, josh.r, martin.panter, r.david.murray
Date 2015-10-30.22:53:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446245611.91.0.971233441246.issue25156@psf.upfronthosting.co.za>
In-reply-to
Content
Here is an improved patch with the following changes:
* Fallback to copyfileobj if sendfile fails with errno set to EINVAL or ENOSYS 
* Add a test for > 4GB file
History
Date User Action Args
2015-10-30 22:53:31desbmasetrecipients: + desbma, r.david.murray, martin.panter, josh.r
2015-10-30 22:53:31desbmasetmessageid: <1446245611.91.0.971233441246.issue25156@psf.upfronthosting.co.za>
2015-10-30 22:53:31desbmalinkissue25156 messages
2015-10-30 22:53:31desbmacreate