Message 149723 - Python tracker (original) (raw)

Message149723

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🔞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🔞54 vstinner set recipients: + vstinner, rhettinger, terry.reedy, jcea, pitrou, ezio.melotti, eric.araujo, flox, xuanji, max-alleged, python-dev, petri.lehtinen
2011-12-18 00🔞54 vstinner set messageid: 1324167534.18.0.347804745968.issue12170@psf.upfronthosting.co.za
2011-12-18 00🔞53 vstinner link issue12170 messages
2011-12-18 00🔞53 vstinner create