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 Ben.Darnell, asvetlov, gvanrossum, ncoghlan, scoder, vstinner, yselivanov
Date 2015-06-09.22:08:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433887707.29.0.791200234121.issue24400@psf.upfronthosting.co.za>
In-reply-to
Content
Please find attached a new patch.

Stefan, while working on the patch, I (re-)discovered that __await__ for coroutines should return an iterator that also implements '.send', '.throw', and '.close', to comply with PEP 380 yield from implementation: https://www.python.org/dev/peps/pep-0380/#proposal

Please try to compile this python file: https://gist.github.com/1st1/4ee1d072309068dd2798
History
Date User Action Args
2015-06-09 22:08:28yselivanovsetrecipients: + yselivanov, gvanrossum, ncoghlan, scoder, vstinner, asvetlov, Ben.Darnell
2015-06-09 22:08:27yselivanovsetmessageid: <1433887707.29.0.791200234121.issue24400@psf.upfronthosting.co.za>
2015-06-09 22:08:27yselivanovlinkissue24400 messages
2015-06-09 22:08:27yselivanovcreate