You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not checking UnicodeDecodeError message because it differs between CPython and PyPy.
Checking is too much trouble for very little gain.
CPython:
'utf8' codec can't decode byte 0x80 in position 0: invalid start byte
PyPy:
'utf8' codec can't decode byte 0x80 in position 0: invalid utf-8
0 commit comments