]> granicus.if.org Git - python/commit
Pickles have a number of storage formats for various sizes and kinds of
authorTim Peters <tim.peters@gmail.com>
Mon, 9 Apr 2001 20:07:05 +0000 (20:07 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 9 Apr 2001 20:07:05 +0000 (20:07 +0000)
commit461922a005eb6fc4092cd56c129605d3b762f924
tree952669f5d5abb1db91dbfd49dbfdb458b4b8bc6a
parent29fd0317baa4d6b7a7bc5e224bb0a8e3f1958c7f
Pickles have a number of storage formats for various sizes and kinds of
integers, but the std tests don't exercise most of them.  Repair that.

CAUTION:  I expect this to fail on boxes with sizeof(long)==8, in the
part of test_cpickle (but not test_pickle) trying to do a binary mode
(not text mode) load of the embedded BINDATA pickle string.  Once that
hypothesized failure is confirmed, I'll fix cPickle.c.
Lib/test/pickletester.py