[New-bugs-announce] [issue32410] Implement loop.sock_sendfile method

Andrew Svetlov report at bugs.python.org
Fri Dec 22 08:07:13 EST 2017


New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:

The method should be low-level coroutine, implemented on loops with native sendfile support only (UnixEventLoop).

The signature should be close to socket.sendfile() method

Next step is implementing loop.sendfile(transport, ...) with fallback to sending by chunks if sendfile is not supported.

----------
components: Library (Lib), asyncio
messages: 308932
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Implement loop.sock_sendfile method
versions: Python 3.7

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


More information about the New-bugs-announce mailing list