Lines Matching refs:cloexec
1134 def _set_cloexec_flag(self, fd, cloexec=True):1141 if cloexec:1148 """Create a pipe with FDs set CLOEXEC."""1149 # Pipes' FDs are set CLOEXEC by default because we don't want them1150 # to be inherited by other subprocesses: the CLOEXEC flag is removed1233 # dup2() removes the CLOEXEC flag but