Home
last modified time | relevance | path

Searched refs:borrowed_arg (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_posixsubprocess.c642 PyObject *borrowed_arg, *converted_arg; in subprocess_fork_exec() local
647 borrowed_arg = PySequence_Fast_GET_ITEM(fast_args, arg_num); in subprocess_fork_exec()
648 if (PyUnicode_FSConverter(borrowed_arg, &converted_arg) == 0) in subprocess_fork_exec()