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 giampaolo.rodola
Recipients asvetlov, giampaolo.rodola, yselivanov
Date 2018-11-06.20:59:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541537994.47.0.788709270274.issue35179@psf.upfronthosting.co.za>
In-reply-to
Content
Do you mean raising an exception if "count" argument is passed and > 2,147,479,552? In that case I think asyncio's sendfile() should simply do the math to transmit that many bytes by taking into account that os.sendfile() may return less bytes than requested. With non-blocking sockets in particular that is true regardless from the size being passed.
History
Date User Action Args
2018-11-06 20:59:54giampaolo.rodolasetrecipients: + giampaolo.rodola, asvetlov, yselivanov
2018-11-06 20:59:54giampaolo.rodolasetmessageid: <1541537994.47.0.788709270274.issue35179@psf.upfronthosting.co.za>
2018-11-06 20:59:54giampaolo.rodolalinkissue35179 messages
2018-11-06 20:59:54giampaolo.rodolacreate