[Python-ideas] yield from multiple iterables (was Re: The async API of the future: yield-from)

Laurens Van Houtven _ at lvh.cc
Mon Oct 15 11:29:37 CEST 2012


On Mon, Oct 15, 2012 at 10:24 AM, Christian Tismer <tismer at stackless.com>wrote:

> Question: Is it already given that something like greenlets is out
> of consideration? I did not find a final say on that (but I'm bad at
> searching...)
>

I think an number of people have expressed a distaste for implicit task
switching. That doesn't mean "no", but I'm guessing what's going to happen
is having some kind of explicit, generator based thing, with an underlying
API that makes implementing greenlets pretty easy.


> Is the whole discussion about what would be best, or just
> "you can choose any implementation provided it's generators" ? :-)
>
> cheers - Chris
>
-- 
cheers
lvh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20121015/ae1f4388/attachment.html>


More information about the Python-ideas mailing list