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