• Jim Fulton's avatar
    Changed the strategy for handling invalidation of classes. · fdd857d0
    Jim Fulton authored
    No-longer use setklassstate.  Instead, just call _p_invalidate, as
    with any other object.  This changes didn't break any tests, so I
    assume that this was untested. :(
    
    Change invalidation to not swallow errors. (Swallowing errors here was a
    travesty!)
    fdd857d0
cPickleCache.c 31.7 KB