Searched refs:converted_args (Results 1 – 1 of 1) sorted by relevance
562 PyObject *process_args, *converted_args = NULL, *fast_args = NULL; in subprocess_fork_exec() local638 converted_args = PyTuple_New(num_args); in subprocess_fork_exec()639 if (converted_args == NULL) in subprocess_fork_exec()650 PyTuple_SET_ITEM(converted_args, arg_num, converted_arg); in subprocess_fork_exec()653 argv = _PySequence_BytesToCharpArray(converted_args); in subprocess_fork_exec()654 Py_CLEAR(converted_args); in subprocess_fork_exec()751 Py_XDECREF(converted_args); in subprocess_fork_exec()