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 yselivanov
Recipients JelleZijlstra, davide.rizzo, gvanrossum, jmehnle, yselivanov
Date 2018-06-14.15:10:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528989054.19.0.947875510639.issue31861@psf.upfronthosting.co.za>
In-reply-to
Content
> Do these really need to be builtins?

We're only beginning to see async iterators being used in the wild, so we can't have a definitive answer at this point.

> They seem too specialized to be widely useful; I've personally never needed them in any async code I've written. It would make more sense to me to put them in a module like operators.

I think putting them to the operators module makes sense, at least for 3.8.  Do you want to work on a pull request?
History
Date User Action Args
2018-06-14 15:10:54yselivanovsetrecipients: + yselivanov, gvanrossum, davide.rizzo, jmehnle, JelleZijlstra
2018-06-14 15:10:54yselivanovsetmessageid: <1528989054.19.0.947875510639.issue31861@psf.upfronthosting.co.za>
2018-06-14 15:10:54yselivanovlinkissue31861 messages
2018-06-14 15:10:54yselivanovcreate