]> 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:02 +0000 (22:58 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 20 Jul 2015 19:58:02 +0000 (22:58 +0300)
commitd92d4efe3d1fba48e8b20ec42bec243abea32545
tree37a801ab2b054ba930753ad7c0418b93f0efc903
parent3d0b8422bcbed2c06394ac7dfc9e7cbfe910b220
Issue #23573: Restored optimization of bytes.rfind() and bytearray.rfind()
for single-byte argument on Linux.
Misc/NEWS
Objects/bytearrayobject.c
Objects/bytesobject.c