diff options
Diffstat (limited to 'Include/compile.h')
-rw-r--r-- | Include/compile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/compile.h b/Include/compile.h index deb8ee8..e60af59 100644 --- a/Include/compile.h +++ b/Include/compile.h @@ -32,6 +32,7 @@ typedef struct { #define CO_NEWLOCALS 0x0002 #define CO_VARARGS 0x0004 #define CO_VARKEYWORDS 0x0008 +#define CO_NESTED 0x0010 extern DL_IMPORT(PyTypeObject) PyCode_Type; |