1. 14 Aug, 2013 2 commits
    • Raymond Hettinger's avatar
      merge · e67c9d3a
      Raymond Hettinger authored
      e67c9d3a
    • Raymond Hettinger's avatar
      Issue 18719: Remove a false optimization · fcd86dc2
      Raymond Hettinger authored
      Remove an unused early-out test from the critical path for
      dict and set lookups.
      
      When the strings already have matching lengths, kinds, 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).
      fcd86dc2
  2. 13 Aug, 2013 13 commits
  3. 12 Aug, 2013 13 commits
  4. 11 Aug, 2013 8 commits
  5. 10 Aug, 2013 4 commits