Home
last modified time | relevance | path

Searched refs:traceback1 (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/
D_tracemalloc.c275 const traceback_t *traceback1 = (const traceback_t *)key1; in hashtable_compare_traceback() local
278 if (traceback1->nframe != traceback2->nframe) { in hashtable_compare_traceback()
281 if (traceback1->total_nframe != traceback2->total_nframe) { in hashtable_compare_traceback()
285 for (int i=0; i < traceback1->nframe; i++) { in hashtable_compare_traceback()
286 const frame_t *frame1 = &traceback1->frames[i]; in hashtable_compare_traceback()
/third_party/python/Lib/test/
Dtest_tracemalloc.py220 domain1, size1, traceback1, length1 = trace1
222 self.assertIs(traceback2, traceback1)