_ts Struct Reference

_ts Struct Reference

#include <pystate.h>

Class Description

Definition at line 56 of file pystate.h.

Public Attributes

struct _tsnext
 
PyInterpreterStateinterp
 
struct _frameframe
 
int recursion_depth
 
int tracing
 
int use_tracing
 
Py_tracefunc c_profilefunc
 
Py_tracefunc c_tracefunc
 
PyObjectc_profileobj
 
PyObjectc_traceobj
 
PyObjectcurexc_type
 
PyObjectcurexc_value
 
PyObjectcurexc_traceback
 
PyObjectexc_type
 
PyObjectexc_value
 
PyObjectexc_traceback
 
PyObjectdict
 
int tick_counter
 
int gilstate_counter
 
PyObjectasync_exc
 
long thread_id
 
int trash_delete_nesting
 
PyObjecttrash_delete_later
 

Member Data Documentation

PyObject* async_exc

Definition at line 95 of file pystate.h.

Py_tracefunc c_profilefunc

Definition at line 70 of file pystate.h.

PyObject* c_profileobj

Definition at line 72 of file pystate.h.

Py_tracefunc c_tracefunc

Definition at line 71 of file pystate.h.

PyObject* c_traceobj

Definition at line 73 of file pystate.h.

PyObject* curexc_traceback

Definition at line 77 of file pystate.h.

PyObject* curexc_type

Definition at line 75 of file pystate.h.

PyObject* curexc_value

Definition at line 76 of file pystate.h.

PyObject* dict

Definition at line 83 of file pystate.h.

PyObject* exc_traceback

Definition at line 81 of file pystate.h.

PyObject* exc_type

Definition at line 79 of file pystate.h.

PyObject* exc_value

Definition at line 80 of file pystate.h.

struct _frame* frame

Definition at line 62 of file pystate.h.

int gilstate_counter

Definition at line 93 of file pystate.h.

Definition at line 60 of file pystate.h.

struct _ts* next

Definition at line 59 of file pystate.h.

int recursion_depth

Definition at line 63 of file pystate.h.

long thread_id

Definition at line 96 of file pystate.h.

int tick_counter

Definition at line 91 of file pystate.h.

int tracing

Definition at line 67 of file pystate.h.

PyObject* trash_delete_later

Definition at line 99 of file pystate.h.

int trash_delete_nesting

Definition at line 98 of file pystate.h.

int use_tracing

Definition at line 68 of file pystate.h.


The documentation for this struct was generated from the following file: