diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-03-25 02:16:32 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-03-25 02:16:32 (GMT) |
commit | dabbfe7b3017ff6ba62fb4c44c63a43c180532dd (patch) | |
tree | ad978feac0c2631ff44aee65c3f33d80c9122977 /Python/Python-ast.c | |
parent | 39183dfc682568e8a00203c26caee893f49ff390 (diff) | |
download | cpython-dabbfe7b3017ff6ba62fb4c44c63a43c180532dd.zip cpython-dabbfe7b3017ff6ba62fb4c44c63a43c180532dd.tar.gz cpython-dabbfe7b3017ff6ba62fb4c44c63a43c180532dd.tar.bz2 |
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.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions