aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Parser/token.c
diff options
context:
space:
mode:
Diffstat (limited to 'Parser/token.c')
-rw-r--r--Parser/token.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Parser/token.c b/Parser/token.c
index 4f163f21609..a6e7ce35dfa 100644
--- a/Parser/token.c
+++ b/Parser/token.c
@@ -68,6 +68,9 @@ const char * const _PyParser_TokenNames[] = {
"FSTRING_START",
"FSTRING_MIDDLE",
"FSTRING_END",
+ "TSTRING_START",
+ "TSTRING_MIDDLE",
+ "TSTRING_END",
"COMMENT",
"NL",
"<ERRORTOKEN>",