Searched refs:preexec_fn_args_tuple (Results 1 – 1 of 1) sorted by relevance
567 PyObject *preexec_fn_args_tuple) in child_exec() argument676 if (preexec_fn != Py_None && preexec_fn_args_tuple) { in child_exec()678 result = PyObject_Call(preexec_fn, preexec_fn_args_tuple, NULL); in child_exec()771 PyObject *preexec_fn_args_tuple) in do_fork_exec() argument821 preexec_fn, preexec_fn_args_tuple); in do_fork_exec()834 PyObject *preexec_fn_args_tuple = NULL; in subprocess_fork_exec() local1042 preexec_fn_args_tuple = PyTuple_New(0); in subprocess_fork_exec()1043 if (!preexec_fn_args_tuple) in subprocess_fork_exec()1081 preexec_fn, preexec_fn_args_tuple); in subprocess_fork_exec()1122 Py_XDECREF(preexec_fn_args_tuple); in subprocess_fork_exec()