mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
Set startinpos before calling the error handler.
This commit is contained in:
parent
a651d3de00
commit
2b65c75988
1 changed files with 1 additions and 0 deletions
|
@ -1507,6 +1507,7 @@ PyObject *PyUnicode_DecodeUTF7(const char *s,
|
|||
}
|
||||
}
|
||||
else if (SPECIAL(ch,0,0)) {
|
||||
startinpos = s-starts;
|
||||
errmsg = "unexpected special character";
|
||||
s++;
|
||||
goto utf7Error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue