Commit e4c9ac0
committed
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-81 parent d0acd55 commit e4c9ac0
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | | - | |
268 | 267 | | |
269 | 268 | | |
270 | 269 | | |
| |||
420 | 419 | | |
421 | 420 | | |
422 | 421 | | |
423 | | - | |
| 422 | + | |
424 | 423 | | |
425 | | - | |
0 commit comments