Commit 7aa8431f authored by Gregory P. Smith's avatar Gregory P. Smith

A Misc/NEWS entry for issue 8052.

parents ba702300 c039fbb2
......@@ -16,6 +16,11 @@ Core and Builtins
- 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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment