summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Include/genobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/genobject.h b/Include/genobject.h
index e7a1c01..2326491 100644
--- a/Include/genobject.h
+++ b/Include/genobject.h
@@ -18,7 +18,7 @@ typedef struct {
struct _frame *gi_frame;
/* True if generator is being executed. */
- int gi_running;
+ char gi_running;
/* The code object backing the generator */
PyObject *gi_code;