Searched refs:preexec_fn_args_tuple (Results 1 – 1 of 1) sorted by relevance
410 PyObject *preexec_fn_args_tuple) in child_exec() argument486 if (preexec_fn != Py_None && preexec_fn_args_tuple) { in child_exec()488 result = PyObject_Call(preexec_fn, preexec_fn_args_tuple, NULL); in child_exec()563 PyObject *preexec_fn_args_tuple = NULL; in subprocess_fork_exec() local679 preexec_fn_args_tuple = PyTuple_New(0); in subprocess_fork_exec()680 if (!preexec_fn_args_tuple) in subprocess_fork_exec()707 py_fds_to_keep, preexec_fn, preexec_fn_args_tuple); in subprocess_fork_exec()731 Py_XDECREF(preexec_fn_args_tuple); in subprocess_fork_exec()753 Py_XDECREF(preexec_fn_args_tuple); in subprocess_fork_exec()