summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2012-01-21 22:01:08 (GMT)
committerGregory P. Smith <greg@krypto.org>2012-01-21 22:01:08 (GMT)
commit8facece99a5917077833c85c726a699ee7a374f6 (patch)
tree1f1699e06f8dcad3efc3241f7ac8cb5739eb3e26 /configure
parent12fdca59bbe9a86d304da045008af69b0d21d7b1 (diff)
downloadcpython-8facece99a5917077833c85c726a699ee7a374f6.zip
cpython-8facece99a5917077833c85c726a699ee7a374f6.tar.gz
cpython-8facece99a5917077833c85c726a699ee7a374f6.tar.bz2
Fixes issue #8052: The posix subprocess module's close_fds behavior was
suboptimal by closing all possible file descriptors rather than just the open ones in the child process before exec(). It now closes only the open fds when it is possible to safely determine what those are.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3ddf4a8..b95e0a3 100755
--- a/configure
+++ b/configure
@@ -6165,7 +6165,7 @@ unistd.h utime.h \
sys/audioio.h sys/bsdtty.h sys/epoll.h sys/event.h sys/file.h sys/loadavg.h \
sys/lock.h sys/mkdev.h sys/modem.h \
sys/param.h sys/poll.h sys/select.h sys/socket.h sys/statvfs.h sys/stat.h \
-sys/termio.h sys/time.h \
+sys/syscall.h sys/termio.h sys/time.h \
sys/times.h sys/types.h sys/un.h sys/utsname.h sys/wait.h pty.h libutil.h \
sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \
bluetooth/bluetooth.h linux/tipc.h spawn.h util.h