Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c7c3c5 commit b4a9237Copy full SHA for b4a9237
1 file changed
Include/genobject.h
@@ -18,7 +18,7 @@ typedef struct {
18
struct _frame *gi_frame;
19
20
/* True if generator is being executed. */
21
- int gi_running;
+ char gi_running;
22
23
/* The code object backing the generator */
24
PyObject *gi_code;
0 commit comments