[issue38252] micro-optimize ucs1lib_find_max_char in Windows 64-bit build

Ma Lin report at bugs.python.org
Mon Sep 23 06:50:05 EDT 2019


Ma Lin <malincns at 163.com> added the comment:

Maybe @sir-sigurd can find more optimizations.

FYI, `_Py_bytes_isascii()` function [1] also has similar code.
[1] https://github.com/python/cpython/blob/v3.8.0b4/Objects/bytes_methods.c#L104

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38252>
_______________________________________


More information about the Python-bugs-list mailing list