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 Mark.Shannon
Recipients Mark.Shannon, amaury.forgeotdarc, benjamin.peterson, ncoghlan, ron_adam
Date 2012-01-29.09:26:04
SpamBayes Score 2.3315072e-06
Marked as misclassified No
Message-id <4F2510AB.5080906@hotpy.org>
In-reply-to <1327794836.94.0.29143192128.issue13897@psf.upfronthosting.co.za>
Content
Amaury Forgeot d'Arc wrote:
> 
> - Why is it called CoState?  is it related to coroutines?

Yes it is related to coroutines, threads and generators *are*
(a limited form of) asymmetric coroutines, even if we don't usually 
think of them that way).

Perhaps GenState would be a better name
(treating the threadstate as a sort of top level pseudo-generator)?
History
Date User Action Args
2012-01-29 09:26:05Mark.Shannonsetrecipients: + Mark.Shannon, amaury.forgeotdarc, ncoghlan, ron_adam, benjamin.peterson
2012-01-29 09:26:04Mark.Shannonlinkissue13897 messages
2012-01-29 09:26:04Mark.Shannoncreate