Lines Matching refs:close_fds
339 stderr=None, preexec_fn=None, close_fds=True, shell=False, \
519 If *close_fds* is true, all file descriptors except :const:`0`, :const:`1` and
521 when *close_fds* is false, file descriptors obey their inheritable flag
524 On Windows, if *close_fds* is true then no handles will be inherited by the
529 The default for *close_fds* was changed from :const:`False` to
533 On Windows the default for *close_fds* was changed from :const:`False` to
535 set *close_fds* to :const:`True` when redirecting the standard handles.
539 *close_fds* to be :const:`True`. (POSIX only)
963 Sequence of handles that will be inherited. *close_fds* must be true if
1362 stdin=PIPE, stdout=PIPE, close_fds=True)
1372 stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
1382 stdin=PIPE, stdout=PIPE, stderr=STDOUT, close_fds=True)
1413 stdin=PIPE, stdout=PIPE, close_fds=True)
1421 stdin=PIPE, stdout=PIPE, close_fds=True)
1434 ``close_fds=True`` with :class:`Popen` to guarantee this behavior on