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
Date 2015-09-17.20:08:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442520485.03.0.419427125487.issue25156@psf.upfronthosting.co.za>
In-reply-to
Content
This is related to issue25063 (https://bugs.python.org/issue25063).

Trying to use sendfile internally in shutil.copyfileobj was considered risky because of special Python files that expose a file descriptor but wrap it to add special behavior (eg: GzipFile).

I believe such risk does not exist for shutil.copyfile, and it would be possible to use sendfile if available.
History
Date User Action Args
2015-09-17 20:08:05desbmasetrecipients: + desbma
2015-09-17 20:08:05desbmasetmessageid: <1442520485.03.0.419427125487.issue25156@psf.upfronthosting.co.za>
2015-09-17 20:08:04desbmalinkissue25156 messages
2015-09-17 20:08:04desbmacreate