• Raymond Hettinger's avatar
    Issue 18719: Remove a false optimization · 0e413bd2
    Raymond Hettinger yazdı
    Remove an unused early-out test from the critical path for
    dict and set lookups.
    
    When the strings already have matching lengths and hashes,
    there is no additional information gained by checking the first
    characters (the probability of a mismatch is already known to
    be less than 1 in 2**64).
    0e413bd2
stringobject.c 142 KB