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 a2db65d47f0..dbba85bb5f6 100644 --- a/Include/compile.h +++ b/Include/compile.h @@ -108,4 +108,7 @@ PyAPI_FUNC(int) _PyAST_Optimize(struct _mod *, PyArena *arena, _PyASTOptimizeSta #define Py_eval_input 258 #define Py_func_type_input 345 +/* This doesn't need to match anything */ +#define Py_fstring_input 800 + #endif /* !Py_COMPILE_H */ |