NativePyInterpreterFrame Struct Reference

#include <cpython3_raw.h>

Public Attributes

void * f_func
 
NativePyObjectf_globals
 
NativePyObjectf_builtins
 
NativePyObjectf_locals
 
NativePyCodeObjectf_code
 
void * frame_obj
 
NativePyInterpreterFrameprevious
 
UInt16prev_instr
 
Int32 stacktop
 
Bool is_entry
 
Char owner
 
NativePyObject_f_frame_data [1]
 

Member Data Documentation

◆ f_func

void* f_func

◆ f_globals

NativePyObject* f_globals

◆ f_builtins

NativePyObject* f_builtins

◆ f_locals

NativePyObject* f_locals

◆ f_code

◆ frame_obj

void* frame_obj

◆ previous

◆ prev_instr

UInt16* prev_instr

◆ stacktop

Int32 stacktop

◆ is_entry

Bool is_entry

◆ owner

Char owner

◆ _f_frame_data

NativePyObject* _f_frame_data[1]