mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
One more fprintf bites the dist -- use PySys_WriteStderr
This commit is contained in:
parent
f261526423
commit
d5516bc45f
1 changed files with 1 additions and 1 deletions
|
|
@ -526,7 +526,7 @@ PyTokenizer_Get(tok, p_start, p_end)
|
|||
tok->indent--;
|
||||
}
|
||||
if (col != tok->indstack[tok->indent]) {
|
||||
fprintf(stderr,
|
||||
PySys_WriteStderr(
|
||||
"inconsistent dedent\n");
|
||||
tok->done = E_TOKEN;
|
||||
tok->cur = tok->inp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue