Searched refs:borrowed_arg (Results 1 – 1 of 1) sorted by relevance
721 PyObject *borrowed_arg, *converted_arg; in subprocess_fork_exec() local726 borrowed_arg = PySequence_Fast_GET_ITEM(fast_args, arg_num); in subprocess_fork_exec()727 if (PyUnicode_FSConverter(borrowed_arg, &converted_arg) == 0) in subprocess_fork_exec()