Lines Matching refs:fds_to_keep
2823 # This tests _posixsubprocess.c's proper handling of fds_to_keep.
2824 fds_to_keep = set(open_fds.pop() for _ in range(8))
2827 pass_fds=fds_to_keep)
2831 self.assertFalse((remaining_fds - fds_to_keep) & open_fds,
3181 # Issue #23564: sanity check the fork_exec() fds_to_keep sanity check.
3197 for fds_to_keep in (
3207 msg='fds_to_keep={}'.format(fds_to_keep)) as c:
3210 True, fds_to_keep, None, [b"env"],
3216 self.assertIn('fds_to_keep', str(c.exception))