Home
last modified time | relevance | path

Searched defs:failure_kinds (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/cpython/
Dpystats.h51 uint64_t failure_kinds[SPECIALIZATION_FAILURE_KINDS]; member
/external/python/cpython3/Python/
Dspecialize.c64 PyObject *failure_kinds = PyTuple_New(SPECIALIZATION_FAILURE_KINDS); in stats_to_dict() local