mirror of
https://github.com/python/cpython.git
synced 2026-07-21 09:27:18 -04:00
ad14ccd047
_PyUnicode_CompareWithId() is faster than PyUnicode_CompareWithASCIIString() when both strings are equal and interned. Add also _PyId_builtins identifier for "builtins" common string.