Very similar to #3531, spotted after looking through the rest of the file. ```s[PY_SSIZE_T_MAX:PY_SSIZE_T_MIN].decode('UTF-8')``` …this hits a signed integer overflow, which is undefined behaviour, and can cause a crash (or whatever, give it's UB)