commit | 5c9b02dffe1276d6383c1c088e7bcb0464df24e8 | [log] [tgz] |
---|---|---|
author | Collin Winter <collinw@gmail.com> | Mon May 25 05:43:30 2009 +0000 |
committer | Collin Winter <collinw@gmail.com> | Mon May 25 05:43:30 2009 +0000 |
tree | 4b49c63cef9086f2a13d379bb93a355a0de20ebb | |
parent | 94c65d9a8ff8ec56c2420f46a6622803f7f1b154 [diff] |
Merged revisions 72909 via svnmerge from http://svn.python.org/projects/python/trunk Note that the performance improvement for the py3k branch is not as high as for trunk. ........ r72909 | collin.winter | 2009-05-24 21:34:39 -0700 (Sun, 24 May 2009) | 2 lines Issue 5670: special-case pickling of dicts. This nearly doubles the performance of dict pickling in cPickle. ........