_traceback Struct Reference

#include <traceback.h>

Public Attributes

PyObject_HEAD struct _tracebacktb_next
 
PyFrameObjecttb_frame
 
int tb_lasti
 
int tb_lineno
 

Member Data Documentation

◆ tb_next

PyObject_HEAD struct _traceback* tb_next

◆ tb_frame

PyFrameObject* tb_frame

◆ tb_lasti

int tb_lasti

◆ tb_lineno

int tb_lineno