Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4a9237

Browse files
committed
Fix regression after c8d1df9ac987
(PPC buildbot)
1 parent 4c7c3c5 commit b4a9237

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Include/genobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ typedef struct {
1818
struct _frame *gi_frame;
1919

2020
/* True if generator is being executed. */
21-
int gi_running;
21+
char gi_running;
2222

2323
/* The code object backing the generator */
2424
PyObject *gi_code;

0 commit comments

Comments
 (0)