Lines Matching defs:_ts
56 typedef struct _ts { struct
59 struct _ts *next; argument
60 PyInterpreterState *interp;
62 struct _frame *frame;
63 int recursion_depth;
67 int tracing;
68 int use_tracing;
70 Py_tracefunc c_profilefunc;
71 Py_tracefunc c_tracefunc;
72 PyObject *c_profileobj;
73 PyObject *c_traceobj;
75 PyObject *curexc_type;
76 PyObject *curexc_value;
77 PyObject *curexc_traceback;
79 PyObject *exc_type;
80 PyObject *exc_value;
81 PyObject *exc_traceback;
83 PyObject *dict; /* Stores per-thread state */
91 int tick_counter;
93 int gilstate_counter;
95 PyObject *async_exc; /* Asynchronous exception to raise */
96 long thread_id; /* Thread id where this tstate was created */
98 int trash_delete_nesting;
99 PyObject *trash_delete_later;