mirror of
https://github.com/python/cpython.git
synced 2025-07-13 14:25:18 +00:00
Merge 3.5
This commit is contained in:
commit
44f4874e68
1 changed files with 1 additions and 1 deletions
|
@ -2896,7 +2896,7 @@ PyUnicode_FromFormatV(const char *format, va_list vargs)
|
|||
"PyUnicode_FromFormatV() expects an ASCII-encoded format "
|
||||
"string, got a non-ASCII byte: 0x%02x",
|
||||
(unsigned char)*p);
|
||||
return NULL;
|
||||
goto fail;
|
||||
}
|
||||
p++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue