File indexing completed on 2025-01-18 10:06:48
0001 #ifndef Py_COMPILE_H
0002 #define Py_COMPILE_H
0003 #ifdef __cplusplus
0004 extern "C" {
0005 #endif
0006
0007
0008 #define Py_single_input 256
0009 #define Py_file_input 257
0010 #define Py_eval_input 258
0011 #define Py_func_type_input 345
0012
0013 #ifndef Py_LIMITED_API
0014 # define Py_CPYTHON_COMPILE_H
0015 # include "cpython/compile.h"
0016 # undef Py_CPYTHON_COMPILE_H
0017 #endif
0018
0019 #ifdef __cplusplus
0020 }
0021 #endif
0022 #endif