commit | f8eac00779c4a3c66a85a3737f0977bb54305e05 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sun Dec 18 01:17:41 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sun Dec 18 01:17:41 2011 +0100 |
tree | 1b49c9167cf5f26ebd5b1208b1b342329f845069 | |
parent | e010fc029daa0a445c9d7ab78d4cd4f12b42a991 [diff] |
Issue #13623: Fix a performance regression introduced by issue #12170 in bytes.find() and handle correctly OverflowError (raise the same ValueError than the error for -1).