Giampaolo Rodola' <g.rod...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35179>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to