mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-19 09:33:06 +08:00
Merge remote-tracking branch 'origin/master' into pgen
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user