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 yselivanov
Recipients giampaolo.rodola, gvanrossum, methane, mpaolini, serhiy.storchaka, vstinner, yselivanov
Date 2016-08-10.17:28:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470850113.13.0.844275582192.issue26081@psf.upfronthosting.co.za>
In-reply-to
Content
> Implementing full behavior of generator seems difficult to me.
I'll implement minimum implementation in next patch.

Sure, but you have to implement send() and throw().
History
Date User Action Args
2016-08-10 17:28:33yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, giampaolo.rodola, methane, serhiy.storchaka, mpaolini
2016-08-10 17:28:33yselivanovsetmessageid: <1470850113.13.0.844275582192.issue26081@psf.upfronthosting.co.za>
2016-08-10 17:28:33yselivanovlinkissue26081 messages
2016-08-10 17:28:33yselivanovcreate