Commit b4a92376 authored by Antoine Pitrou's avatar Antoine Pitrou

Fix regression after c8d1df9ac987

(PPC buildbot)
parent 4c7c3c58
...@@ -18,7 +18,7 @@ typedef struct { ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment