[issue35179] Limit max sendfile chunk to 0x7ffff000

Andrew Svetlov report at bugs.python.org
Tue Nov 6 17:31:55 EST 2018


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

My initial thought was that os.sendfile() raises OSError on sending more than 0x7fff_f000 but I was wrong.
I've checked it, everything works as Victor described.

Thank you guys for the feedback.

----------
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35179>
_______________________________________


More information about the Python-bugs-list mailing list