Searched refs:preexec_fn_args_tuple (Results 1 – 1 of 1) sorted by relevance
447 PyObject *preexec_fn_args_tuple) in child_exec() argument542 if (preexec_fn != Py_None && preexec_fn_args_tuple) { in child_exec()544 result = PyObject_Call(preexec_fn, preexec_fn_args_tuple, NULL); in child_exec()619 PyObject *preexec_fn_args_tuple = NULL; in subprocess_fork_exec() local841 preexec_fn_args_tuple = PyTuple_New(0); in subprocess_fork_exec()842 if (!preexec_fn_args_tuple) in subprocess_fork_exec()871 py_fds_to_keep, preexec_fn, preexec_fn_args_tuple); in subprocess_fork_exec()896 Py_XDECREF(preexec_fn_args_tuple); in subprocess_fork_exec()921 Py_XDECREF(preexec_fn_args_tuple); in subprocess_fork_exec()