SIGN IN SIGN UP

Issue #23573: Fix bytes.rfind() and bytearray.rfind() on Windows

Windows has no memrchr() function.

This change is only a workaround, the optimization must be reenabled on other
platforms.
V
Victor Stinner committed
dabbfe7b3017ff6ba62fb4c44c63a43c180532dd
Parent: 39183df