[Python-checkins] cpython (3.2): Add a Misc/NEWS entry for issue 8052.
gregory.p.smith
python-checkins at python.org
Sat Jan 21 23:51:04 CET 2012
http://hg.python.org/cpython/rev/780992c9afea
changeset: 74565:780992c9afea
branch: 3.2
parent: 74563:61aa484a3e54
user: Gregory P. Smith <greg at krypto.org>
date: Sat Jan 21 14:50:11 2012 -0800
summary:
Add 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
@@ -13,6 +13,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