Searched refs:tracemalloc_obj (Results 1 – 1 of 1) sorted by relevance
1299 PyObject *tracemalloc_obj; in tracemalloc_get_traces_fill() local1312 tracemalloc_obj = trace_to_pyobject(domain, &trace, get_traces->tracebacks); in tracemalloc_get_traces_fill()1313 if (tracemalloc_obj == NULL) in tracemalloc_get_traces_fill()1316 res = PyList_Append(get_traces->list, tracemalloc_obj); in tracemalloc_get_traces_fill()1317 Py_DECREF(tracemalloc_obj); in tracemalloc_get_traces_fill()