Searched refs:converted_arg (Results 1 – 1 of 1) sorted by relevance
642 PyObject *borrowed_arg, *converted_arg; in subprocess_fork_exec() local648 if (PyUnicode_FSConverter(borrowed_arg, &converted_arg) == 0) in subprocess_fork_exec()650 PyTuple_SET_ITEM(converted_args, arg_num, converted_arg); in subprocess_fork_exec()