Home | History | Annotate | Download | only in python2.7

Lines Matching full:close_fds

35             preexec_fn=None, close_fds=False, shell=False,
83 If close_fds is true, all file descriptors except 0, 1 and 2 will be
314 stdin=PIPE, stdout=PIPE, close_fds=True)
323 stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
333 stdin=PIPE, stdout=PIPE, stderr=STDOUT, close_fds=True)
367 stdin=PIPE, stdout=PIPE, close_fds=True)
378 stdin=PIPE, stdout=PIPE, close_fds=True)
388 close_fds=True with subprocess.Popen.
652 preexec_fn=None, close_fds=False, shell=False,
666 if close_fds and (stdin is not None or stdout is not None or
668 raise ValueError("close_fds is not supported on Windows "
706 self._execute_child(args, executable, preexec_fn, close_fds,
898 def _execute_child(self, args, executable, preexec_fn, close_fds,
944 int(not close_fds),
1173 def _execute_child(self, args, executable, preexec_fn, close_fds,
1253 if close_fds: