commit | df7fc9dda7729d446d0a6ea48c4cea98ffa64cad | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Aug 19 18:03:14 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Aug 19 18:03:14 2011 +0200 |
tree | 73c4d0997a9238e1cb3dd7acbb27ad46a127c305 | |
parent | 9bb6dfe0a8a57c8919ff0855a4aa0b78f5ce8046 [diff] [blame] |
Issue #12778: Reduce memory consumption when JSON-encoding a large container of many small objects.
diff --git a/Misc/NEWS b/Misc/NEWS index b96bb3d..36c9b8b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -262,6 +262,9 @@ Library ------- +- Issue #12778: Reduce memory consumption when JSON-encoding a large + container of many small objects. + - Issue #12650: Fix a race condition where a subprocess.Popen could leak resources (FD/zombie) when killed at the wrong time.