summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2012-01-21 22:39:29 (GMT)
committerGregory P. Smith <greg@krypto.org>2012-01-21 22:39:29 (GMT)
commitd635af5a61897e6246bfb1ddf7e4d496bfd1121d (patch)
tree96f1aefab41799ff7337c65e1c5dc21064bb5ba7 /configure.in
parente961bd49342f875280d0336b328e5d748200e9e1 (diff)
parent8facece99a5917077833c85c726a699ee7a374f6 (diff)
downloadcpython-d635af5a61897e6246bfb1ddf7e4d496bfd1121d.zip
cpython-d635af5a61897e6246bfb1ddf7e4d496bfd1121d.tar.gz
cpython-d635af5a61897e6246bfb1ddf7e4d496bfd1121d.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.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index fd70d25..0aa094a 100644
--- a/configure.in
+++ b/configure.in
@@ -1337,7 +1337,7 @@ poll.h sys/devpoll.h sys/epoll.h sys/poll.h \
sys/audioio.h sys/xattr.h sys/bsdtty.h sys/event.h sys/file.h sys/loadavg.h \
sys/lock.h sys/mkdev.h sys/modem.h \
sys/param.h sys/select.h sys/sendfile.h sys/socket.h sys/statvfs.h \
-sys/stat.h sys/termio.h sys/time.h \
+sys/stat.h sys/syscall.h sys/termio.h sys/time.h \
sys/times.h sys/types.h sys/uio.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)