commit | 51ee270876f4e18ec579e57772e16fce146d805e | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Mon Dec 13 07:59:39 2010 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Mon Dec 13 07:59:39 2010 +0000 |
tree | ca518334c744fca3ed243def81dd72d4b9f0c8ba | |
parent | f5604853889bfbbf84b48311c63c0e775dff38cc [diff] [blame] |
issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from the C code, using pipe2() when available. Adds unittests for close_fds and cloexec behaviors.
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py index 2288cf3..4cebad2 100644 --- a/Tools/msi/msi.py +++ b/Tools/msi/msi.py
@@ -1035,6 +1035,8 @@ if dir=='xmltestdata': lib.glob("*.xml") lib.add_file("test.xml.out") + if dir=='subprocessdata': + lib.glob("*.py") if dir=='output': lib.glob("test_*") if dir=='sndhdrdata':