]> granicus.if.org Git - python/commit
Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind()
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Jul 2015 19:58:29 +0000 (22:58 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Jul 2015 19:58:29 +0000 (22:58 +0300)
commitc8fe04484e605980e68c5878bbf9bb5900a6b0c9
tree7760e2a4f45b06fe47893779127a1184b72f24d4
parentfd44384f33ebe0fe4e26289c2f0a0d705624aa15
parentd92d4efe3d1fba48e8b20ec42bec243abea32545
Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind()
for single-byte argument on Linux.
Misc/NEWS