mirror of
https://github.com/python/cpython.git
synced 2024-11-28 04:15:11 +08:00
Fix regression after c8d1df9ac987
(PPC buildbot)
This commit is contained in:
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
Block a user