Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dsysmodule.c.h183 sys_exit_impl(PyObject *module, PyObject *status);
199 return_value = sys_exit_impl(module, status); in sys_exit()
/external/python/cpython3/Python/
Dsysmodule.c880 sys_exit_impl(PyObject *module, PyObject *status) in sys_exit_impl() function