Home
last modified time | relevance | path

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

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