]> granicus.if.org Git - python/commit
Beefed up the tests by putting in more "for proto in protocols:" outer
authorTim Peters <tim.peters@gmail.com>
Sun, 2 Feb 2003 17:26:40 +0000 (17:26 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 2 Feb 2003 17:26:40 +0000 (17:26 +0000)
commit70b02d79f90cbe6524291b01c4828d37523cde97
tree9e483d6cf82757e350cd321d851ad3922b62d337
parent6c54ef6884b00f6bcc23fe4beff0419ba94a2a75
Beefed up the tests by putting in more "for proto in protocols:" outer
loops.  Renamed DATA and BINDATA to DATA0 and DATA1.  Included
disassemblies, but noted why we can't test them.  Added XXX comment to
cPickle about a mysterious comment, where pickle and cPickle diverge
in how they number PUT indices.
Lib/test/pickletester.py
Modules/cPickle.c