pycore_traceback.h File Reference

Functions

 PyAPI_FUNC (void) _Py_DumpTraceback(int fd
 
 PyAPI_FUNC (const char *) _Py_DumpTracebackThreads(int fd
 
 PyAPI_FUNC (PyObject *) _PyTraceBack_FromFrame(PyObject *tb_next
 

Variables

PyThreadStatetstate
 
struct _isinterp
 
struct _is PyThreadStatecurrent_tstate
 
PyObjecttext
 
unsigned long value
 
unsigned long Py_ssize_t width
 
PyFrameObjectframe
 

Function Documentation

◆ PyAPI_FUNC() [1/3]

PyAPI_FUNC ( void  )

◆ PyAPI_FUNC() [2/3]

PyAPI_FUNC ( const char *  )

◆ PyAPI_FUNC() [3/3]

PyAPI_FUNC ( PyObject )

Variable Documentation

◆ tstate

PyThreadState* tstate

◆ interp

struct _is* interp

◆ current_tstate

struct _is PyThreadState* current_tstate

◆ text

PyObject* text

◆ value

unsigned long value

◆ width

unsigned long Py_ssize_t width

◆ frame

PyFrameObject* frame