Skip to content

Implement socket.socket.recv_into #55

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

Closed
tannewt opened this issue Jun 19, 2019 · 2 comments
Closed

Implement socket.socket.recv_into #55

tannewt opened this issue Jun 19, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@tannewt
Copy link
Member

tannewt commented Jun 19, 2019

https://docs.python.org/3/library/socket.html#socket.socket.recv_into

Adding _into methods would allow for a long lived buffer provided by the client code rather than a new, potentially large, buffer every read.

@kattni kattni added the enhancement New feature or request label Apr 29, 2020
@tannewt tannewt self-assigned this Jul 18, 2020
@tekktrik
Copy link
Member

Resolved by PR #151!

@tannewt
Copy link
Member Author

tannewt commented Jan 19, 2022

Thank you!

@tannewt tannewt closed this as completed Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants