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
bpo-46194: Make selector inherit asyncio.DatagramTransport #30291
base: main
Are you sure you want to change the base?
Conversation
A good step forward. Now _SelectorDatagramTransport
supports both DatagramTransport
and streamed Transport
.
The last is wrong.
Also, DatagramTransport has no get_write_buffer_size()
method, it should be moved from _SelectorTransport
to _SelectorSocketTransport
.
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Hi @asvetlov, I have made the requested changes; please review again. I removed the whole
Can you show me some pointers to this issue? Thank you! |
This PR is stale because it has been open for 30 days with no activity. |
https://bugs.python.org/issue46194