[New-bugs-announce] [issue31819] Add sock_recv_into to AbstractEventLoop

Antoine Pitrou report at bugs.python.org
Thu Oct 19 13:37:49 EDT 2017


New submission from Antoine Pitrou <pitrou at free.fr>:

As sock_recv() is already exposed, it is a no-brainer to add sock_recv_into(), allowing finer buffer management when people are willing to handle a socket object.

----------
components: Library (Lib), asyncio
messages: 304623
nosy: giampaolo.rodola, haypo, pitrou, yselivanov
priority: normal
severity: normal
status: open
title: Add sock_recv_into to AbstractEventLoop
type: enhancement
versions: Python 3.7

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


More information about the New-bugs-announce mailing list