Searched defs:preexec_fn (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Modules/ |
D | _posixsubprocess.c | 470 PyObject *preexec_fn, in child_exec() 669 PyObject *preexec_fn, in do_fork_exec() 724 PyObject *env_list, *preexec_fn; in subprocess_fork_exec() local
|
/third_party/python/Lib/ |
D | subprocess.py | 755 preexec_fn=None, close_fds=True, argument 1349 def _execute_child(self, args, executable, preexec_fn, close_fds, argument 1682 def _execute_child(self, args, executable, preexec_fn, close_fds, argument
|