Lines Matching full:close_fds
319 stderr=None, preexec_fn=None, close_fds=True, shell=False, \
449 If *close_fds* is true, all file descriptors except :const:`0`, :const:`1` and
453 On Windows, if *close_fds* is true then no handles will be inherited by the
454 child process. Note that on Windows, you cannot set *close_fds* to true and
458 The default for *close_fds* was changed from :const:`False` to
463 *close_fds* to be :const:`True`. (POSIX only)
1083 stdin=PIPE, stdout=PIPE, close_fds=True)
1093 stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
1103 stdin=PIPE, stdout=PIPE, stderr=STDOUT, close_fds=True)
1134 stdin=PIPE, stdout=PIPE, close_fds=True)
1142 stdin=PIPE, stdout=PIPE, close_fds=True)
1155 ``close_fds=True`` with :class:`Popen` to guarantee this behavior on