• Tim Peters's avatar
    checkExtendedIteration(): On Windows revids are often consecutive · eaa9c142
    Tim Peters authored
    integers, due to MS's slothful 18.2Hz updating of time.time().  The test
    implicitly assumed in one spot that "the midpoint" between two revids was
    strictly larger than the smaller one, but that wasn't true on Windows.
    Adjusted the computation (as suggested by Guido) so that "strictly larger"
    holds in the end even when the inputs are adjacent integers.
    eaa9c142
IteratorStorage.py 6.74 KB