Message245307
| Author | ncoghlan |
|---|---|
| Recipients | Ben.Darnell, Yury.Selivanov, asvetlov, gvanrossum, ncoghlan, scoder, vstinner, yselivanov |
| Date | 2015-06-13.08:49:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1434185390.59.0.174440387526.issue24400@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Also worth noting: *adding* state to coroutines that isn't present on generators would be fine, they just need to *start* with a layout that exactly matches PyGenObject, since we'll sometimes process them as one. We don't need that now, but separating the types provides the future option. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-06-13 08:49:50 | ncoghlan | set | recipients: + ncoghlan, gvanrossum, scoder, vstinner, asvetlov, Yury.Selivanov, Ben.Darnell, yselivanov |
| 2015-06-13 08:49:50 | ncoghlan | set | messageid: <1434185390.59.0.174440387526.issue24400@psf.upfronthosting.co.za> |
| 2015-06-13 08:49:50 | ncoghlan | link | issue24400 messages |
| 2015-06-13 08:49:50 | ncoghlan | create | |