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 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:50ncoghlansetrecipients: + ncoghlan, gvanrossum, scoder, vstinner, asvetlov, Yury.Selivanov, Ben.Darnell, yselivanov
2015-06-13 08:49:50ncoghlansetmessageid: <1434185390.59.0.174440387526.issue24400@psf.upfronthosting.co.za>
2015-06-13 08:49:50ncoghlanlinkissue24400 messages
2015-06-13 08:49:50ncoghlancreate