Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_posixsubprocess.c699 /* given the executable_list generated by Lib/subprocess.py. */ in child_exec()
831 PyObject *executable_list, *py_fds_to_keep; in subprocess_fork_exec() local
858 &process_args, &executable_list, in subprocess_fork_exec()
897 exec_array = _PySequence_BytesToCharpArray(executable_list); in subprocess_fork_exec()
1144 "fork_exec(args, executable_list, close_fds, pass_fds, cwd, env,\n\
/third_party/python/Lib/
H A Dsubprocess.py1875 executable_list = (executable,)
1878 executable_list = tuple(
1884 args, executable_list,

Completed in 5 milliseconds