Searched refs:trace_obj (Results 1 – 1 of 1) sorted by relevance
1254 PyObject *trace_obj = NULL; in trace_to_pyobject() local1257 trace_obj = PyTuple_New(3); in trace_to_pyobject()1258 if (trace_obj == NULL) in trace_to_pyobject()1263 Py_DECREF(trace_obj); in trace_to_pyobject()1266 PyTuple_SET_ITEM(trace_obj, 0, obj); in trace_to_pyobject()1270 Py_DECREF(trace_obj); in trace_to_pyobject()1273 PyTuple_SET_ITEM(trace_obj, 1, obj); in trace_to_pyobject()1277 Py_DECREF(trace_obj); in trace_to_pyobject()1280 PyTuple_SET_ITEM(trace_obj, 2, obj); in trace_to_pyobject()1282 return trace_obj; in trace_to_pyobject()