• Tim Peters's avatar
    checkPackAfterUndoDeletion(): the new fix for "redundant" packs caused · 02178b3e
    Tim Peters authored
    trouble here on Windows, due to the poor granulatiry of Windows time.time()
    feeding into pack-time selection in this test.  Moved the snooze() from
    before pack time selection to after it, which appears to be a sufficient
    fix; this can't hurt Linux, because the snooze() calls aren't needed at
    all there (but don't hurt either).
    02178b3e
TransactionalUndoStorage.py 24.9 KB