STINNER Victor <vstin...@python.org> added the comment:

I don't recall the subtle differences between sendfile() and splice(). I recall 
that in early Linux versions, one was limited to sockets, and only on one side. 
But later, it became possible to pass two sockets, or one file on disk and one 
socket, etc.

Python exposes sendfile() as os.sendfile() since Python 3.3:
https://docs.python.org/dev/library/os.html#os.sendfile

----------
nosy: +vstinner

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

Reply via email to