#include <cpython37_raw.h>
公共成员函数 |
|
_ts * | Get () |
Public Attributes |
|
struct _ts * | prev |
struct _ts * | next |
PyInterpreterState * | interp |
struct NativePyFrameObject * | frame |
Int32 | recursion_depth |
Char | overflowed |
Char | recursion_critical |
Int32 | stackcheck_counter |
Int32 | tracing |
Int32 | use_tracing |
void * | c_profilefunc |
void * | c_tracefunc |
NativePyObject * | c_profileobj |
NativePyObject * | c_traceobj |
NativePyErr_StackItem | _exc_state |
NativePyErr_StackItem | exc_info |
NativePyObject * | dict |
Int32 | gilstate_counter |
NativePyObject * | async_exc |
long | thread_id |
Int32 | trash_delete_nesting |
NativePyObject * | trash_delete_later |
void(* | on_delete )(void *) |
void * | on_delete_data |
Int32 | coroutine_origin_tracking_depth |
NativePyObject * | coroutine_wrapper |
Int32 | in_coroutine_wrapper |
NativePyObject * | async_get_firstiter |
NativePyObject * | async_gen_finalizer |
NativePyObject * | context |
UInt64 | context_ver |
UInt64 | id |
_ts* Get | ( | ) |
struct _ts* prev |
struct _ts* next |
PyInterpreterState* interp |
struct NativePyFrameObject * frame |
Int32 recursion_depth |
Char overflowed |
Char recursion_critical |
Int32 stackcheck_counter |
Int32 tracing |
Int32 use_tracing |
void* c_profilefunc |
void* c_tracefunc |
NativePyObject * c_profileobj |
NativePyObject * c_traceobj |
NativePyErr_StackItem _exc_state |
NativePyErr_StackItem exc_info |
NativePyObject * dict |
Int32 gilstate_counter |
NativePyObject * async_exc |
long thread_id |
Int32 trash_delete_nesting |
NativePyObject * trash_delete_later |
void(* on_delete(void *) |
void* on_delete_data |
Int32 coroutine_origin_tracking_depth |
NativePyObject * coroutine_wrapper |
Int32 in_coroutine_wrapper |
NativePyObject * async_get_firstiter |
NativePyObject * async_gen_finalizer |
NativePyObject * context |
UInt64 context_ver |
UInt64 id |