Kaydet (Commit) 44f4874e authored tarafından Victor Stinner's avatar Victor Stinner

Merge 3.5

......@@ -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++;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment