#include <cpython27_raw.h>
Public Member Functions | |
_ts * | Get () |
Public Attributes | |
struct _ts * | next |
PyInterpreterState * | interp |
struct NativePyFrameObject * | frame |
Int32 | recursion_depth |
Int32 | tracing |
Int32 | use_tracing |
void * | c_profilefunc |
void * | c_tracefunc |
NativePyObject * | c_profileobj |
NativePyObject * | c_traceobj |
NativePyObject * | curexc_type |
NativePyObject * | curexc_value |
NativePyObject * | curexc_traceback |
NativePyObject * | exc_type |
NativePyObject * | exc_value |
NativePyObject * | exc_traceback |
NativePyObject * | dict |
Int32 | tick_counter |
Int32 | gilstate_counter |
NativePyObject * | async_exc |
long | thread_id |
Int32 | trash_delete_nesting |
NativePyObject * | trash_delete_later |
_ts* Get | ( | void | ) |
struct _ts* next |
PyInterpreterState* interp |
struct NativePyFrameObject* frame |
Int32 recursion_depth |
Int32 tracing |
Int32 use_tracing |
void* c_profilefunc |
void* c_tracefunc |
NativePyObject* c_profileobj |
NativePyObject* c_traceobj |
NativePyObject* curexc_type |
NativePyObject* curexc_value |
NativePyObject* curexc_traceback |
NativePyObject* exc_type |
NativePyObject* exc_value |
NativePyObject* exc_traceback |
NativePyObject* dict |
Int32 tick_counter |
Int32 gilstate_counter |
NativePyObject* async_exc |
long thread_id |
Int32 trash_delete_nesting |
NativePyObject* trash_delete_later |