Message245074
| Author | scoder |
|---|---|
| Recipients | Ben.Darnell, gvanrossum, ncoghlan, scoder, vstinner, yselivanov |
| Date | 2015-06-09.17:09:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1433869756.45.0.00752200055061.issue24400@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Looks good, simplifies the code visibly and makes the implementation quite similar to the one I wrote for Cython. I like the fact that it separates generators from coroutines at an isinstance() level. The fact that "async def" functions currently have the same type as yield-based generators smells too much like an implementation detail to keep it visible at the language level. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-06-09 17:09:16 | scoder | set | recipients: + scoder, gvanrossum, ncoghlan, vstinner, Ben.Darnell, yselivanov |
| 2015-06-09 17:09:16 | scoder | set | messageid: <1433869756.45.0.00752200055061.issue24400@psf.upfronthosting.co.za> |
| 2015-06-09 17:09:16 | scoder | link | issue24400 messages |
| 2015-06-09 17:09:16 | scoder | create | |