diff options
Diffstat (limited to 'Include/compile.h')
-rw-r--r-- | Include/compile.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Include/compile.h b/Include/compile.h index b9a735a..5e6e572 100644 --- a/Include/compile.h +++ b/Include/compile.h @@ -65,6 +65,9 @@ DL_IMPORT(PyCodeObject *) PyNode_CompileFlags(struct _node *, char *, #define NESTED_SCOPES_DEFAULT 1 #define FUTURE_NESTED_SCOPES "nested_scopes" +#define GENERATORS_DEFAULT 0 +#define FUTURE_GENERATORS "generators" + /* for internal use only */ #define _PyCode_GETCODEPTR(co, pp) \ ((*(co)->co_code->ob_type->tp_as_buffer->bf_getreadbuffer) \ |