Classes | |
| struct | _err_stackitem | 
| struct | _ts | 
| struct | _xid | 
Macros | |
| #define | PyTrace_CALL | 
| #define | PyTrace_EXCEPTION | 
| #define | PyTrace_LINE | 
| #define | PyTrace_RETURN | 
| #define | PyTrace_C_CALL | 
| #define | PyTrace_C_EXCEPTION | 
| #define | PyTrace_C_RETURN | 
| #define | PyTrace_OPCODE | 
| #define | _PyInterpreterState_Get | 
Typedefs | |
| typedef int(* | Py_tracefunc) (PyObject *, PyFrameObject *, int, PyObject *) | 
| typedef struct _err_stackitem | _PyErr_StackItem | 
| typedef PyObject *(* | _PyFrameEvalFunction) (PyThreadState *tstate, PyFrameObject *, int) | 
| typedef struct _xid | _PyCrossInterpreterData | 
| typedef int(* | crossinterpdatafunc) (PyObject *, struct _xid *) | 
Functions | |
| PyAPI_FUNC (int) _PyInterpreterState_RequiresIDRef(PyInterpreterState *) | |
| PyAPI_FUNC (void) _PyInterpreterState_RequireIDRef(PyInterpreterState * | |
| PyAPI_FUNC (PyObject *) _PyInterpreterState_GetMainModule(PyInterpreterState *) | |
| PyAPI_FUNC (PyThreadState *) _PyThreadState_Prealloc(PyInterpreterState *) | |
| PyAPI_FUNC (PyInterpreterState *) _PyGILState_GetInterpreterStateUnsafe(void) | |
| PyAPI_FUNC (_PyFrameEvalFunction) _PyInterpreterState_GetEvalFrameFunc(PyInterpreterState *interp) | |
| PyAPI_FUNC (const PyConfig *) _PyInterpreterState_GetConfig(PyInterpreterState *interp) | |
| PyAPI_FUNC (crossinterpdatafunc) _PyCrossInterpreterData_Lookup(PyObject *) | |
Variables | |
| int | |
| _PyFrameEvalFunction | eval_frame | 
| #define PyTrace_CALL | 
| #define PyTrace_EXCEPTION | 
| #define PyTrace_LINE | 
| #define PyTrace_RETURN | 
| #define PyTrace_C_CALL | 
| #define PyTrace_C_EXCEPTION | 
| #define PyTrace_C_RETURN | 
| #define PyTrace_OPCODE | 
| #define _PyInterpreterState_Get | 
| typedef int(* Py_tracefunc) (PyObject *, PyFrameObject *, int, PyObject *) | 
| typedef struct _err_stackitem _PyErr_StackItem | 
| typedef PyObject*(* _PyFrameEvalFunction) (PyThreadState *tstate, PyFrameObject *, int) | 
| typedef struct _xid _PyCrossInterpreterData | 
| crossinterpdatafunc | 
| PyAPI_FUNC | ( | int | ) | 
| PyAPI_FUNC | ( | void | ) | 
| PyAPI_FUNC | ( | PyObject * | ) | 
| PyAPI_FUNC | ( | PyThreadState * | ) | 
| PyAPI_FUNC | ( | PyInterpreterState * | ) | 
| PyAPI_FUNC | ( | _PyFrameEvalFunction | ) | 
| PyAPI_FUNC | ( | const PyConfig * | ) | 
| PyAPI_FUNC | ( | crossinterpdatafunc | ) | 
| int | 
| _PyFrameEvalFunction eval_frame |