• Victor Stinner's avatar
    Simplify PyUnicode_MAX_CHAR_VALUE · 8813104e
    Victor Stinner authored
    Use PyUnicode_IS_ASCII instead of PyUnicode_IS_COMPACT_ASCII, so the following
    test can be removed:
    
       PyUnicode_DATA(op) == (((PyCompactUnicodeObject *)(op))->utf8)
    8813104e
unicodeobject.h 68.9 KB