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-20.22:26:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJFeefRSBCHnRsUdCpLidGhrek4+-hH92PCuwoy7F67Yg@mail.gmail.com>
In-reply-to <1411251521.21.0.667425925535.issue22448@psf.upfronthosting.co.za>
Content
I will try to review later tonight. One thing though:

>  I tend to write my code with the thought that any non standard library
function can yield

That makes sense when using geven, but not when using asyncio or Trollius.
Nothing will make events run if you don't use yield [from].
History
Date User Action Args
2014-09-20 22:26:50gvanrossumsetrecipients: + gvanrossum, vstinner, yselivanov, chatgris
2014-09-20 22:26:50gvanrossumlinkissue22448 messages
2014-09-20 22:26:50gvanrossumcreate