Uh oh!
There was an error while loading. Please reload this page.
bpo-36889: Merge asyncio streams - #13251
Conversation
asvetlov
commented
May 13, 2019
The main part is basically done. The functionality is test covered for all significant code paths because the PR doesn't change too much but "just" merges StreamReader and StreamWriter. There are two options for future steps:
The wish list is:
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| @@ -0,0 +1,2 @@ | |||
| Merge asyncio.StreamReader and asyncio.StreamWriter into asyncio.Stream | |||
There was a problem hiding this comment.
Please enumerate all new APIs in this NEWS entry.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
1st1
left a comment
There was a problem hiding this comment.
Please try to address my comments prior to merging. Great work, Andrew!
Uh oh!
There was an error while loading. Please reload this page.
Reverts changes made in 3.8 to asyncio streams (23b4b69).
This reverts commit 23b4b69.
https://bugs.python.org/issue36889