• Jeremy Hylton's avatar
    Remove big whole in cc_getattr(). · ba201924
    Jeremy Hylton authored
    Only expose the items attribute of the special dict inside the cache.
    Exposing other methods that mutate the dict is dangerous, because of
    the ref count games the cache plays.
    ba201924
cPickleCache.c 27.3 KB