• Tim Peters's avatar
    Merge r25929 from 3.3 branch. · 5b5eeb08
    Tim Peters authored
    Collector 1327:  FileStorage init confused by time travel
    
    If the system clock moved back in time more than 30 days between
    a FileStorage close and (re)open, new txn ids could be smaller
    than txn ids already in the database.  Plugged that hole.
    5b5eeb08
testFileStorage.py 9.59 KB