Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds