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 gvanrossum
Recipients gvanrossum, ncoghlan, pitrou
Date 2010-10-28.15:04:31
SpamBayes Score 0.0029812753
Marked as misclassified No
Message-id <1288278275.24.0.0982899252355.issue10220@psf.upfronthosting.co.za>
In-reply-to
Content
I could imagine separating the state into two parts:

- a three-valued enum distinguishing created, active, or exhausted

- a bool (only relevant in the active state) whether it is currently running or suspended

The latter is just g.gi_running so we don't need a new API for this. :-)
History
Date User Action Args
2010-10-28 15:04:35gvanrossumsetrecipients: + gvanrossum, ncoghlan, pitrou
2010-10-28 15:04:35gvanrossumsetmessageid: <1288278275.24.0.0982899252355.issue10220@psf.upfronthosting.co.za>
2010-10-28 15:04:32gvanrossumlinkissue10220 messages
2010-10-28 15:04:31gvanrossumcreate