summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-02-11 13:54:54 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-02-11 13:54:54 (GMT)
commitc1efe5f0396210be09a5ed540cfc8f5dd0a787f4 (patch)
treefa40257de63ed28a3fd8cbdee115d13d6bb3203f /Misc
parentce921c62ccc9d248843b0c3e54464bd78aa66c61 (diff)
downloadcpython-c1efe5f0396210be09a5ed540cfc8f5dd0a787f4.zip
cpython-c1efe5f0396210be09a5ed540cfc8f5dd0a787f4.tar.gz
cpython-c1efe5f0396210be09a5ed540cfc8f5dd0a787f4.tar.bz2
Issue #23344: marshal.dumps() is now 20-25% faster on average.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3f8985d..db0d158 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
Library
-------
+- Issue #23344: marshal.dumps() is now 20-25% faster on average.
+
- Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on
average.