#include <pystate.h>
Public Attributes | |
| struct _ts * | next |
| PyInterpreterState * | interp |
| struct _frame * | frame |
| int | recursion_depth |
| int | tracing |
| int | use_tracing |
| Py_tracefunc | c_profilefunc |
| Py_tracefunc | c_tracefunc |
| PyObject * | c_profileobj |
| PyObject * | c_traceobj |
| PyObject * | curexc_type |
| PyObject * | curexc_value |
| PyObject * | curexc_traceback |
| PyObject * | exc_type |
| PyObject * | exc_value |
| PyObject * | exc_traceback |
| PyObject * | dict |
| int | tick_counter |
| int | gilstate_counter |
| PyObject * | async_exc |
| long | thread_id |
| int | trash_delete_nesting |
| PyObject * | trash_delete_later |
| Py_tracefunc c_profilefunc |
| Py_tracefunc c_tracefunc |
| PyInterpreterState* interp |