Kaydet (Commit) d5516bc4 authored tarafından Guido van Rossum's avatar Guido van Rossum

One more fprintf bites the dist -- use PySys_WriteStderr

üst f2615264
...@@ -526,7 +526,7 @@ PyTokenizer_Get(tok, p_start, p_end) ...@@ -526,7 +526,7 @@ PyTokenizer_Get(tok, p_start, p_end)
tok->indent--; tok->indent--;
} }
if (col != tok->indstack[tok->indent]) { if (col != tok->indstack[tok->indent]) {
fprintf(stderr, PySys_WriteStderr(
"inconsistent dedent\n"); "inconsistent dedent\n");
tok->done = E_TOKEN; tok->done = E_TOKEN;
tok->cur = tok->inp; tok->cur = tok->inp;
......
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