Guido van Rossum added the comment:

On Sat, Sep 20, 2014 at 3:38 PM, Joshua Moore-Oliva <rep...@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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22448>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to