New submission from Antoine Pitrou <[email protected]>: 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 <[email protected]> <https://bugs.python.org/issue31819> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
