diff --git a/Include/genobject.h b/Include/genobject.h index e7a1c01d3d6..23264918f07 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;