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 serhiy.storchaka
Recipients christian.heimes, python-dev, serhiy.storchaka, vstinner
Date 2015-07-18.14:38:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437230326.67.0.771830012396.issue23573@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that restores optimization of bytes.rfind() and bytearray.rfind() with 1-byte argument on Linux (it also reverts bc1a178b3bc8).
History
Date User Action Args
2015-07-18 14:38:46serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, christian.heimes, python-dev
2015-07-18 14:38:46serhiy.storchakasetmessageid: <1437230326.67.0.771830012396.issue23573@psf.upfronthosting.co.za>
2015-07-18 14:38:46serhiy.storchakalinkissue23573 messages
2015-07-18 14:38:46serhiy.storchakacreate