]> granicus.if.org Git - python/commit
Issue #9410: Various optimizations to the pickle module, leading to
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 9 Sep 2010 18:33:21 +0000 (18:33 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 9 Sep 2010 18:33:21 +0000 (18:33 +0000)
commitea99c5c94985c21d8a64c9a3d753bde7f801c14a
tree193ab657d8c66abf7b3147b17b5d1fe7c79f3c87
parent350c7229be7b288e2f4c93d0ae2e111cb15f640e
Issue #9410: Various optimizations to the pickle module, leading to
speedups up to 4x (depending on the benchmark).  Mostly ported from
Unladen Swallow; initial patch by Alexandre Vassalotti.
Lib/pickle.py
Lib/test/pickletester.py
Lib/test/test_pickle.py
Misc/NEWS
Modules/_pickle.c