Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_posixsubprocess.c158 make_inheritable(PyObject *py_fds_to_keep, int errpipe_write) in make_inheritable() function
479 if (make_inheritable(py_fds_to_keep, errpipe_write) < 0) in child_exec()