#include <pystate.h>
Public Attributes | |
struct _ts * | prev |
struct _ts * | next |
PyInterpreterState * | interp |
PyFrameObject * | frame |
int | recursion_depth |
char | overflowed |
char | recursion_critical |
int | stackcheck_counter |
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 |
_PyErr_StackItem | exc_state |
_PyErr_StackItem * | exc_info |
PyObject * | dict |
int | gilstate_counter |
PyObject * | async_exc |
unsigned long | thread_id |
int | trash_delete_nesting |
PyObject * | trash_delete_later |
void(* | on_delete )(void *) |
void * | on_delete_data |
int | coroutine_origin_tracking_depth |
PyObject * | async_gen_firstiter |
PyObject * | async_gen_finalizer |
PyObject * | context |
uint64_t | context_ver |
uint64_t | id |
struct _ts* prev |
struct _ts* next |
PyInterpreterState* interp |
PyFrameObject* frame |
int recursion_depth |
char overflowed |
char recursion_critical |
int stackcheck_counter |
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 |
_PyErr_StackItem exc_state |
_PyErr_StackItem* exc_info |
PyObject* dict |
int gilstate_counter |
PyObject* async_exc |
unsigned long thread_id |
int trash_delete_nesting |
PyObject* trash_delete_later |
void(* on_delete) (void *) |
void* on_delete_data |
int coroutine_origin_tracking_depth |
PyObject* async_gen_firstiter |
PyObject* async_gen_finalizer |
PyObject* context |
uint64_t context_ver |
uint64_t id |