SIGN IN SIGN UP

Simplify PyUnicode_MAX_CHAR_VALUE

Use PyUnicode_IS_ASCII instead of PyUnicode_IS_COMPACT_ASCII, so the following
test can be removed:

   PyUnicode_DATA(op) == (((PyCompactUnicodeObject *)(op))->utf8)
V
Victor Stinner committed
8813104e5340ca4f1a6988b33cc551e009bae16b
Parent: 9e7a1bc