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 4d0da38..5d65c5d 100644 --- a/Include/compile.h +++ b/Include/compile.h @@ -7,6 +7,9 @@ extern "C" { #endif +#define NESTED_SCOPES_DEFAULT 0 +#define FUTURE_NESTED_SCOPES "nested_scopes" + /* Bytecode object */ typedef struct { PyObject_HEAD |