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.h132 sys_exit_impl(PyObject *module, PyObject *status);
148 return_value = sys_exit_impl(module, status); in sys_exit()
/external/python/cpython3/Python/
Dsysmodule.c815 sys_exit_impl(PyObject *module, PyObject *status) in sys_exit_impl() function