bpo-46194: Make selector inherit asyncio.DatagramTransport#30291
bpo-46194: Make selector inherit asyncio.DatagramTransport#30291carlosdmz wants to merge 8 commits intopython:mainfrom
Conversation
asvetlov
left a comment
There was a problem hiding this comment.
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. |
|
For history: this PR is superseded by more conservative gh-98844. |
https://bugs.python.org/issue46194