Thanks to visit codestin.com Credit goes to github.com
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 4fc6856 commit cdc7a58Copy full SHA for cdc7a58
1 file changed
Parser/tokenizer.c
@@ -1048,7 +1048,7 @@ tok_nextc(struct tok_state *tok)
1048
#if defined(Py_DEBUG)
1049
if (Py_DebugFlag) {
1050
fprintf(stderr, "line[%d] = ", tok->lineno);
1051
- print_escape(stdout, tok->cur, tok->inp - tok->cur);
+ print_escape(stderr, tok->cur, tok->inp - tok->cur);
1052
fprintf(stderr, " tok->done = %d\n", tok->done);
1053
}
1054
#endif
0 commit comments