]> granicus.if.org Git - python/commit
load_counted_long(): Changed a ValueError to an UnpicklingError, just
authorTim Peters <tim.peters@gmail.com>
Mon, 3 Feb 2003 22:07:24 +0000 (22:07 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 3 Feb 2003 22:07:24 +0000 (22:07 +0000)
commit0c7c48e02c8ea242a7e85f4668f2542de4dd3281
treec1871c91dbb672ba49aa9542ae463ceb0ae4f285
parent61bf257633c44e25612ac3329c6ec9c1c47665f1
load_counted_long():  Changed a ValueError to an UnpicklingError, just
because it seems more consistent with the rest of the code.

cPickle_PyMapping_HasKey():  This extern function isn't used anywhere in
Python or Zope, so got rid of it.
Modules/cPickle.c