• Jim Fulton's avatar
    Changed pickle error types to classes: · f17e3b96
    Jim Fulton authored
      PickleError
         PicklingError
            UnpickleableError
         UnpicklingError
    
    And change the handling of unpickleable objects so that an UnpickleableError
    is raised with the unpickleable object as the argument.  UnpickleableError
    has a reasonable string representation and provides access to the problem
    object, which is useful during debugging.
    f17e3b96
cPickle.c 103 KB