(original) (raw)
changeset: 74566:1f0a01dc723c parent: 74564:8879874d66a2 parent: 74565:780992c9afea user: Gregory P. Smith greg@krypto.org date: Sat Jan 21 14:50:56 2012 -0800 files: Misc/NEWS description: A Misc/NEWS entry for issue 8052. diff -r 8879874d66a2 -r 1f0a01dc723c Misc/NEWS --- a/Misc/NEWS Sat Jan 21 14:39:29 2012 -0800 +++ b/Misc/NEWS Sat Jan 21 14:50:56 2012 -0800 @@ -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. /greg@krypto.org