]> granicus.if.org Git - python/commit
Implemented batching for dicts in cPickle. This is after two failed
authorTim Peters <tim.peters@gmail.com>
Tue, 11 Feb 2003 22:43:24 +0000 (22:43 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 11 Feb 2003 22:43:24 +0000 (22:43 +0000)
commit42f08ac1e303117ea789a8ad2a1326db75f923f8
treeee82ccd3ada46a1ee43cded38425bf3a4146b67d
parente7b33db22d52424ac99ff02f102f83d3d953e93b
Implemented batching for dicts in cPickle.  This is after two failed
attempts to merge the C list-batch and dict-batch code -- they worked, but
it was a godawful mess to read.
Lib/pickle.py
Lib/test/pickletester.py
Modules/cPickle.c