We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191a939 commit d8ca47cCopy full SHA for d8ca47c
1 file changed
Parser/tokenizer.c
@@ -1047,7 +1047,7 @@ tok_nextc(struct tok_state *tok)
1047
#if defined(Py_DEBUG)
1048
if (Py_DebugFlag) {
1049
fprintf(stderr, "line[%d] = ", tok->lineno);
1050
- print_escape(stdout, tok->cur, tok->inp - tok->cur);
+ print_escape(stderr, tok->cur, tok->inp - tok->cur);
1051
fprintf(stderr, " tok->done = %d\n", tok->done);
1052
}
1053
#endif
0 commit comments