Skip to content
GitLab
Explore
Sign in
Register
Kirill Smelkov
cpython
Repository
cpython
Lib
test
test_bytes.py
Find file
Blame
History
Permalink
Issue #13623: Fix a performance regression introduced by issue #12170 in
· f8eac007
Victor Stinner
authored
Dec 18, 2011
bytes.find() and handle correctly OverflowError (raise the same ValueError than the error for -1).
f8eac007