• Jeremy Hylton's avatar
    Improve robustness of _restore_index() · 2e5136c1
    Jeremy Hylton authored
    Handle two new failure conditions by ignoring the index and
    continuing:
    
        - corrupted pickle in .index file
        - no value for 'pos' in pickle (used to call long(None))
    2e5136c1
FileStorage.py 71 KB