This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, gvanrossum, lukasz.langa, njs, xtreak, yselivanov
Date 2019-09-21.16:22:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569082930.55.0.632140179604.issue38242@roundup.psfhosted.org>
In-reply-to
Content
I would say that we can reimplement the Stream class on top of new composable streams in the future.
I'd love to do it right now but these streams don't exist yet.

I totally support the idea of new streams design, it looks very attractive. The implementation may take a while and require many labor-hours though. 

asyncio is driven by volunteers, mostly by Yuri and I. We constantly don't implement all our *wishes* at the time on next Python feature-freezing but only a subset of them.

Maybe the situation will change in the future but I have no strong confidence that we finish the design of the new streams in 3.9.

Task group is another very required thing. If I choose between groups and steams I probably invest my time into the former.
History
Date User Action Args
2019-09-21 16:22:10asvetlovsetrecipients: + asvetlov, gvanrossum, njs, lukasz.langa, yselivanov, xtreak
2019-09-21 16:22:10asvetlovsetmessageid: <1569082930.55.0.632140179604.issue38242@roundup.psfhosted.org>
2019-09-21 16:22:10asvetlovlinkissue38242 messages
2019-09-21 16:22:10asvetlovcreate