mirror of
https://github.com/python/cpython.git
synced 2026-05-18 18:33:57 -04:00
d183bdd6fb
Rather than sprinkle casts throughout the code, change Py_CHARMASK to always cast it's result to an unsigned char. This should ensure we do the right thing when accessing an array with the result.