• Jim Fulton's avatar
    Massive update: · eea29ad9
    Jim Fulton authored
      - Added new protocol for binart string pickles that
        takes out unneeded puts.
    
      - Change unpickler to use internal data structure instead
        of list to reduce unpickling times by about a third.
    
      - Many cleanups to get rid of obfuscated error handling
        involving 'goto finally' and status vars.
    
      - Extensive reGuidofication.
    
      - Fixed binary floating-point pickling bug.
    eea29ad9
cPickle.c 100 KB