[Python-checkins] cpython (merge 3.2 -> default): A Misc/NEWS entry for issue 8052.

gregory.p.smith python-checkins at python.org
Sat Jan 21 23:51:05 CET 2012


http://hg.python.org/cpython/rev/1f0a01dc723c
changeset:   74566:1f0a01dc723c
parent:      74564:8879874d66a2
parent:      74565:780992c9afea
user:        Gregory P. Smith <greg at krypto.org>
date:        Sat Jan 21 14:50:56 2012 -0800
summary:
  A Misc/NEWS entry for issue 8052.

files:
  Misc/NEWS |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,11 @@
 - Fix the builtin module initialization code to store the init function for
   future reinitialization.
 
+- Issue #8052: The posix subprocess module would take a long time closing
+  all possible file descriptors in the child process rather than just open
+  file descriptors.  It now closes only the open fds if possible for the
+  default close_fds=True behavior.
+
 - Issue #13629: Renumber the tokens in token.h so that they match the indexes
   into _PyParser_TokenNames.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list