Message119795
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. :-) |
|
Date |
User |
Action |
Args |
2010-10-28 15:04:35 | gvanrossum | set | recipients:
+ gvanrossum, ncoghlan, pitrou |
2010-10-28 15:04:35 | gvanrossum | set | messageid: <1288278275.24.0.0982899252355.issue10220@psf.upfronthosting.co.za> |
2010-10-28 15:04:32 | gvanrossum | link | issue10220 messages |
2010-10-28 15:04:31 | gvanrossum | create | |
|