Message245097
| 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:28 | yselivanov | set | recipients: + yselivanov, gvanrossum, ncoghlan, scoder, vstinner, asvetlov, Ben.Darnell |
| 2015-06-09 22:08:27 | yselivanov | set | messageid: <1433887707.29.0.791200234121.issue24400@psf.upfronthosting.co.za> |
| 2015-06-09 22:08:27 | yselivanov | link | issue24400 messages |
| 2015-06-09 22:08:27 | yselivanov | create | |