Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5516bc

Browse files
committed
One more fprintf bites the dist -- use PySys_WriteStderr
1 parent f261526 commit d5516bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Parser/tokenizer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ PyTokenizer_Get(tok, p_start, p_end)
526526
tok->indent--;
527527
}
528528
if (col != tok->indstack[tok->indent]) {
529-
fprintf(stderr,
529+
PySys_WriteStderr(
530530
"inconsistent dedent\n");
531531
tok->done = E_TOKEN;
532532
tok->cur = tok->inp;

0 commit comments

Comments
 (0)