From: Guido van Rossum Date: Sat, 19 Jan 2019 17:28:44 +0000 (-0800) Subject: Add TYPE_IGNORE and TYPE_COMMENT without regenerating anything X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77de6144a453bba1834af33c99824497682ee9f1;p=thirdparty%2FPython%2Fcpython.git Add TYPE_IGNORE and TYPE_COMMENT without regenerating anything --- diff --git a/Grammar/Tokens b/Grammar/Tokens index 9595673a5af7..d6c6ee477456 100644 --- a/Grammar/Tokens +++ b/Grammar/Tokens @@ -54,6 +54,8 @@ RARROW '->' ELLIPSIS '...' OP +TYPE_IGNORE +TYPE_COMMENT ERRORTOKEN # These aren't used by the C tokenizer but are needed for tokenize.py