• Tim Peters's avatar
    Merge r25929 from 3.3 branch. · fe1edd81
    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.
    fe1edd81
loggingsupport.py 3.25 KB