Home
last modified time | relevance | path

Searched refs:status_obj (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/clinic/
H A Dposixmodule.c.h8771 os_waitstatus_to_exitcode_impl(PyObject *module, PyObject *status_obj);
8780 PyObject *status_obj; in os_waitstatus_to_exitcode() local
8786 status_obj = args[0]; in os_waitstatus_to_exitcode()
8787 return_value = os_waitstatus_to_exitcode_impl(module, status_obj); in os_waitstatus_to_exitcode()
/third_party/python/Modules/
H A Dposixmodule.c14807 status as status_obj: object
14825 os_waitstatus_to_exitcode_impl(PyObject *module, PyObject *status_obj) in os_waitstatus_to_exitcode_impl() argument
14829 int status = _PyLong_AsInt(status_obj); in os_waitstatus_to_exitcode_impl()
14872 unsigned long long status = PyLong_AsUnsignedLongLong(status_obj); in os_waitstatus_to_exitcode_impl()

Completed in 28 milliseconds