Lines Matching full:close_fds
280 stderr=None, preexec_fn=None, close_fds=False, shell=False, \
385 If *close_fds* is true, all file descriptors except :const:`0`, :const:`1` and
387 Or, on Windows, if *close_fds* is true then no handles will be inherited by the
388 child process. Note that on Windows, you cannot set *close_fds* to true and
819 stdin=PIPE, stdout=PIPE, close_fds=True)
829 stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
840 stdin=PIPE, stdout=PIPE, stderr=STDOUT, close_fds=True)
877 stdin=PIPE, stdout=PIPE, close_fds=True)
888 stdin=PIPE, stdout=PIPE, close_fds=True)
901 ``close_fds=True`` with :class:`Popen`.