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 gvanrossum
Recipients chatgris, gvanrossum, vstinner, yselivanov
Date 2014-09-21.01:55:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+WewxdodZF79qstO538xxOyA=D6QjLV8r-3hCnE5iicw@mail.gmail.com>
In-reply-to <1411252730.95.0.643207208614.issue22448@psf.upfronthosting.co.za>
Content
On Sat, Sep 20, 2014 at 3:38 PM, Joshua Moore-Oliva <report@bugs.python.org>
wrote:

>
> Joshua Moore-Oliva added the comment:
>
> > I will try to review later tonight.
>
> Thanks!
>
> > That makes sense when using gevent, but not when using asyncio or
> Trollius. Nothing will make events run if you don't use yield [from].
>
> Yes, I am aware of that. I have written a small custom library using
> fibers (a greenlet-like library) on top of asyncio so that I don't need to
> use yield from in my application(s).
>

Hm. That sounds like you won't actually be interoperable with other
asyncio-using code.
History
Date User Action Args
2014-09-21 01:55:26gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, chatgris
2014-09-21 01:55:26gvanrossumlinkissue22448 messages
2014-09-21 01:55:25gvanrossumcreate