Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dsysmodule.c.h92 sys_exc_info_impl(PyObject *module);
97 return sys_exc_info_impl(module); in sys_exc_info()
/external/python/cpython3/Python/
Dsysmodule.c762 sys_exc_info_impl(PyObject *module) in sys_exc_info_impl() function