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