summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.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 /pyconfig.h.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 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 7f7b3c5..7068132 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -948,6 +948,9 @@
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
+/* Define to 1 if you have the <sys/syscall.h> header file. */
+#undef HAVE_SYS_SYSCALL_H
+
/* Define to 1 if you have the <sys/termio.h> header file. */
#undef HAVE_SYS_TERMIO_H