Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_tracemalloc.c321 traceback_t *traceback1, *traceback2; in hashtable_compare_traceback() local
325 _Py_HASHTABLE_READ_KEY(ht, pkey, traceback1); in hashtable_compare_traceback()
328 if (traceback1->nframe != traceback2->nframe) in hashtable_compare_traceback()
331 for (i=0; i < traceback1->nframe; i++) { in hashtable_compare_traceback()
332 frame1 = &traceback1->frames[i]; in hashtable_compare_traceback()
/external/python/cpython2/Lib/test/
Dtest_sys.py108 typ1, value1, traceback1 = sys.exc_info()
115 self.assertTrue(traceback1 is traceback2)
/external/python/cpython3/Lib/test/
Dtest_tracemalloc.py179 domain1, size1, traceback1 = trace1
181 self.assertIs(traceback2, traceback1)