#include <cpython3_raw.h>
Public Attributes | |
void * | f_func |
NativePyObject * | f_globals |
NativePyObject * | f_builtins |
NativePyObject * | f_locals |
NativePyCodeObject * | f_code |
void * | frame_obj |
NativePyInterpreterFrame * | previous |
UInt16 * | prev_instr |
Int32 | stacktop |
Bool | is_entry |
Char | owner |
NativePyObject * | _f_frame_data [1] |
void* f_func |
NativePyObject* f_globals |
NativePyObject* f_builtins |
NativePyObject* f_locals |
NativePyCodeObject* f_code |
void* frame_obj |
NativePyInterpreterFrame* previous |
UInt16* prev_instr |
Int32 stacktop |
Bool is_entry |
Char owner |
NativePyObject* _f_frame_data[1] |