From: Serhiy Storchaka Date: Mon, 20 Jul 2015 19:58:29 +0000 (+0300) Subject: Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind() X-Git-Tag: v3.6.0a1~1948 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8fe04484e605980e68c5878bbf9bb5900a6b0c9;p=python Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind() for single-byte argument on Linux. --- c8fe04484e605980e68c5878bbf9bb5900a6b0c9