Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
D_warnings.c133 PyObject *tmp_item, *action, *msg, *cat, *mod, *ln_obj; in get_filter() local
149 ln_obj = PyTuple_GET_ITEM(tmp_item, 4); in get_filter()
154 ln = PyInt_AsSsize_t(ln_obj); in get_filter()
/external/python/cpython3/Python/
D_warnings.c177 PyObject *tmp_item, *action, *msg, *cat, *mod, *ln_obj; in get_filter() local
194 ln_obj = PyTuple_GET_ITEM(tmp_item, 4); in get_filter()
222 ln = PyLong_AsSsize_t(ln_obj); in get_filter()