mirror of https://github.com/python/cpython
parent
4c7c3c58be
commit
b4a92376f8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue