commit | b4a92376f86f1a4fefac22230864d9e11f8e405f | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Mar 10 23:43:12 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Mar 10 23:43:12 2012 +0100 |
tree | 8dd3ba6bf669605f9c842d6da451387627d0678a | |
parent | 4c7c3c58be26e60dfe826da63bd4cac513cfdf83 [diff] [blame] |
Fix regression after c8d1df9ac987 (PPC buildbot)
diff --git a/Include/genobject.h b/Include/genobject.h index e7a1c01..2326491 100644 --- a/Include/genobject.h +++ b/Include/genobject.h
@@ -18,7 +18,7 @@ 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;