| Macros | |
| #define | PyParser_SimpleParseString(S, B) | 
| #define | PyParser_SimpleParseFile(FP, S, B) | 
| #define | Py_CompileString(str, p, s) | 
| #define | Py_CompileStringFlags(str, p, s, f) | 
| #define | PyRun_String(str, s, g, l) | 
| #define | PyRun_AnyFile(fp, name) | 
| #define | PyRun_AnyFileEx(fp, name, closeit) | 
| #define | PyRun_AnyFileFlags(fp, name, flags) | 
| #define | PyRun_SimpleString(s) | 
| #define | PyRun_SimpleFile(f, p) | 
| #define | PyRun_SimpleFileEx(f, p, c) | 
| #define | PyRun_InteractiveOne(f, p) | 
| #define | PyRun_InteractiveLoop(f, p) | 
| #define | PyRun_File(fp, p, s, g, l) | 
| #define | PyRun_FileEx(fp, p, s, g, l, c) | 
| #define | PyRun_FileFlags(fp, p, s, g, l, flags) | 
| #define | PYOS_STACK_MARGIN | 
| Functions | |
| PyAPI_FUNC (int) PyRun_SimpleStringFlags(const char * | |
| PyAPI_FUNC (struct _mod *) PyParser_ASTFromString(const char *s | |
| Py_DEPRECATED (3.9) PyAPI_FUNC(struct _node *) PyParser_SimpleParseStringFlags(const char * | |
| PyAPI_FUNC (PyObject *) PyRun_StringFlags(const char * | |
| PyAPI_FUNC (struct symtable *) Py_SymtableString(const char *str | |
| PyAPI_FUNC (const char *) _Py_SourceAsString(PyObject *cmd | |
| PyAPI_FUNC (void) PyErr_Print(void) | |
| PyAPI_FUNC (char *) PyOS_Readline(FILE * | |
| PyAPI_DATA (char) *(*PyOS_ReadlineFunctionPointer)(FILE * | |
| FILE const char * | PyAPI_DATA (PyThreadState *) _PyOS_ReadlineTState | 
| Variables | |
| PyCompilerFlags const char * | filename | 
| PyCompilerFlags const char int | closeit | 
| PyCompilerFlags const char int PyCompilerFlags * | flags | 
| const char int | start | 
| const char int PyCompilerFlags PyArena * | arena | 
| const char const char * | enc | 
| const char const char int const char * | ps1 | 
| const char const char int const char const char * | ps2 | 
| const char const char int const char const char PyCompilerFlags int * | errcode | 
| int | |
| PyObject PyObject PyCompilerFlags const char int PyObject * | globals | 
| PyObject PyObject PyCompilerFlags const char int PyObject PyObject * | locals | 
| const char int PyCompilerFlags int | optimize | 
| const char * | funcname | 
| const char const char * | what | 
| const char const char PyCompilerFlags * | cf | 
| const char const char PyCompilerFlags PyObject ** | cmd_copy | 
| PyObject PyObject int | s | 
| PyObject PyObject int PyObject * | g | 
| PyObject PyObject int PyObject PyObject * | l | 
| const char * | name | 
| const char * | p | 
| const char int | c | 
| FILE const char *PyAPI_DATA() int(* | PyOS_InputHook )(void) | 
| #define PyParser_SimpleParseString | ( | S, | |
| B | |||
| ) | 
| #define PyParser_SimpleParseFile | ( | FP, | |
| S, | |||
| B | |||
| ) | 
| #define PyRun_AnyFile | ( | fp, | |
| name | |||
| ) | 
| #define PyRun_SimpleString | ( | s | ) | 
| #define PYOS_STACK_MARGIN | 
| PyAPI_FUNC | ( | int | ) | const | 
| PyAPI_FUNC | ( | struct _mod * | ) | const | 
| Py_DEPRECATED | ( | 3. | 9 | ) | const | 
| PyAPI_FUNC | ( | PyObject * | ) | const | 
| PyAPI_FUNC | ( | struct symtable * | ) | const | 
| PyAPI_FUNC | ( | const char * | ) | 
| PyAPI_FUNC | ( | void | ) | 
| PyAPI_FUNC | ( | char * | ) | 
| PyAPI_DATA | ( | char | ) | 
| FILE const char* PyAPI_DATA | ( | PyThreadState * | ) | 
| PyObject* filename | 
| const char int closeit | 
| const char int PyObject PyObject PyCompilerFlags* flags | 
| PyObject const char int const char const char PyCompilerFlags int PyArena* arena | 
| PyObject const char* enc | 
| PyObject const char int const char const char PyCompilerFlags int* errcode | 
| int | 
| PyObject PyObject PyCompilerFlags const char int PyObject* globals | 
| PyObject int PyCompilerFlags int optimize | 
| const char* funcname | 
| const char const char* what | 
| const char const char PyCompilerFlags* cf | 
| const char const char PyCompilerFlags PyObject** cmd_copy | 
| const char int s | 
| const char* name | 
| const char* p | 
| FILE const char* PyAPI_DATA() int(* PyOS_InputHook) (void) | ( | void | ) |