]> granicus.if.org Git - python/commit
Issue #12778: Reduce memory consumption when JSON-encoding a large container of many...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 19 Aug 2011 16:03:14 +0000 (18:03 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 19 Aug 2011 16:03:14 +0000 (18:03 +0200)
commitdf7fc9dda7729d446d0a6ea48c4cea98ffa64cad
tree73c4d0997a9238e1cb3dd7acbb27ad46a127c305
parent9bb6dfe0a8a57c8919ff0855a4aa0b78f5ce8046
Issue #12778: Reduce memory consumption when JSON-encoding a large container of many small objects.
Lib/test/json_tests/test_dump.py
Misc/NEWS
Modules/_json.c