SIGN IN SIGN UP

Issue #19424: Optimize PyUnicode_CompareWithASCIIString()

Use fast memcmp() instead of a loop using the slow PyUnicode_READ() macro.
strlen() is still necessary to check Unicode string containing null bytes.
V
Victor Stinner committed
602f7cf0b9afc1c7e0ab859bcfb219d20158a786
Parent: ab457a2