Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_tracemalloc.c321 traceback_t *traceback1, *traceback2; in hashtable_compare_traceback() local
326 _Py_HASHTABLE_ENTRY_READ_KEY(ht, entry, traceback2); in hashtable_compare_traceback()
328 if (traceback1->nframe != traceback2->nframe) in hashtable_compare_traceback()
333 frame2 = &traceback2->frames[i]; in hashtable_compare_traceback()
/external/python/cpython3/Lib/test/
Dtest_tracemalloc.py180 domain2, size2, traceback2 = trace2
181 self.assertIs(traceback2, traceback1)
225 traceback2 = tracemalloc.get_object_traceback(obj)
226 self.assertIsNone(traceback2)
/external/python/cpython2/Lib/test/
Dtest_sys.py110 typ2, value2, traceback2 = sys.exc_info()
115 self.assertTrue(traceback1 is traceback2)