Searched refs:trace_obj (Results 1 – 1 of 1) sorted by relevance
1234 PyObject *trace_obj = NULL; in trace_to_pyobject() local1237 trace_obj = PyTuple_New(3); in trace_to_pyobject()1238 if (trace_obj == NULL) in trace_to_pyobject()1243 Py_DECREF(trace_obj); in trace_to_pyobject()1246 PyTuple_SET_ITEM(trace_obj, 0, obj); in trace_to_pyobject()1250 Py_DECREF(trace_obj); in trace_to_pyobject()1253 PyTuple_SET_ITEM(trace_obj, 1, obj); in trace_to_pyobject()1257 Py_DECREF(trace_obj); in trace_to_pyobject()1260 PyTuple_SET_ITEM(trace_obj, 2, obj); in trace_to_pyobject()1262 return trace_obj; in trace_to_pyobject()