Merge remote-tracking branch 'origin/master' into pgen

This commit is contained in:
Dave Halter
2018-06-24 11:49:34 +02:00
2 changed files with 14 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ from token import *
from parso._compatibility import py_version
# Don't mutate the standard library dict
tok_name = tok_name.copy()
_counter = count(N_TOKENS)
# Never want to see this thing again.