]> granicus.if.org Git - python/commit
Issue #13623: Fix a performance regression introduced by issue #12170 in
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 18 Dec 2011 00:17:41 +0000 (01:17 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 18 Dec 2011 00:17:41 +0000 (01:17 +0100)
commitf8eac00779c4a3c66a85a3737f0977bb54305e05
tree1b49c9167cf5f26ebd5b1208b1b342329f845069
parente010fc029daa0a445c9d7ab78d4cd4f12b42a991
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).
Lib/test/test_bytes.py
Objects/stringlib/find.h