• Jeremy Hylton's avatar
    Consolidate the MUCH_RING_CHECKING code. · 6c535ede
    Jeremy Hylton authored
    If MUCH_RING_CHECKING is not defined (the default), then:
      - use a macro for OBJECT_FROM_RING() instead of a function call, and
      - define IS_RING_CORRUPT() to be constant 0.
    
    XXX Sometime before Zope 2.6 final we should probably remove the
    MUCH_RING_CHECKING and ENGINE_NOISE code entirely.
    6c535ede
cPickleCache.c 33.5 KB