Home
last modified time | relevance | path

Searched refs:converted_arg (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_posixsubprocess.c916 PyObject *borrowed_arg, *converted_arg; in subprocess_fork_exec() local
922 if (PyUnicode_FSConverter(borrowed_arg, &converted_arg) == 0) in subprocess_fork_exec()
924 PyTuple_SET_ITEM(converted_args, arg_num, converted_arg); in subprocess_fork_exec()

Completed in 2 milliseconds