This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients eric.araujo, ezio.melotti, flox, jcea, max-alleged, petri.lehtinen, pitrou, python-dev, rhettinger, terry.reedy, vstinner, xuanji
Date 2011-12-18.00:18:53
SpamBayes Score 0.0022631695
Marked as misclassified No
Message-id <1324167534.18.0.347804745968.issue12170@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 75648db1b3f3 by Victor Stinner in branch 'default':
http://hg.python.org/cpython/rev/75648db1b3f3
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).
History
Date User Action Args
2011-12-18 00:18:54vstinnersetrecipients: + vstinner, rhettinger, terry.reedy, jcea, pitrou, ezio.melotti, eric.araujo, flox, xuanji, max-alleged, python-dev, petri.lehtinen
2011-12-18 00:18:54vstinnersetmessageid: <1324167534.18.0.347804745968.issue12170@psf.upfronthosting.co.za>
2011-12-18 00:18:53vstinnerlinkissue12170 messages
2011-12-18 00:18:53vstinnercreate