-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sock_recv_into to AbstractEventLoop #76000
Comments
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. |
I'm going to approve this unless there are any objections. |
SGTM. On Oct 19, 2017 11:05 AM, "Yury Selivanov" <report@bugs.python.org> wrote:
|
Merged. Thank you, Antoine! |
Follow-up issue, bpo-41467: asyncio: recv_into() must not return b'' if the socket/pipe is closed. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: