mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Fix regression after c8d1df9ac987
(PPC buildbot)
This commit is contained in:
parent
4c7c3c58be
commit
b4a92376f8
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ typedef struct {
|
||||||
struct _frame *gi_frame;
|
struct _frame *gi_frame;
|
||||||
|
|
||||||
/* True if generator is being executed. */
|
/* True if generator is being executed. */
|
||||||
int gi_running;
|
char gi_running;
|
||||||
|
|
||||||
/* The code object backing the generator */
|
/* The code object backing the generator */
|
||||||
PyObject *gi_code;
|
PyObject *gi_code;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue