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 6545f1f commit cb60a16Copy full SHA for cb60a16
1 file changed
Parser/tokenizer/string_tokenizer.c
@@ -120,6 +120,7 @@ decode_str(const char *input, int single, struct tok_state *tok, int preserve_cr
120
str = translated;
121
Py_CLEAR(utf8);
122
}
123
+ tok->str = str;
124
assert(tok->decoding_buffer == NULL);
125
tok->decoding_buffer = utf8; /* CAUTION */
126
return str;
0 commit comments