mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
parent
21429932e4
commit
c2632a5c34
1 changed files with 3 additions and 0 deletions
|
@ -1471,6 +1471,9 @@ err_input(perrdetail *err)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (msg == NULL)
|
||||||
|
msg = "unknown decode error";
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
fprintf(stderr, "error=%d\n", err->error);
|
fprintf(stderr, "error=%d\n", err->error);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue