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 chatgris
Recipients chatgris, gvanrossum, vstinner, yselivanov
Date 2014-09-20.22:38:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411252730.95.0.643207208614.issue22448@psf.upfronthosting.co.za>
In-reply-to
Content
> 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).
History
Date User Action Args
2014-09-20 22:38:50chatgrissetrecipients: + chatgris, gvanrossum, vstinner, yselivanov
2014-09-20 22:38:50chatgrissetmessageid: <1411252730.95.0.643207208614.issue22448@psf.upfronthosting.co.za>
2014-09-20 22:38:50chatgrislinkissue22448 messages
2014-09-20 22:38:50chatgriscreate