Sync with master

This commit is contained in:
rocky
2017-10-10 23:04:25 -04:00
parent 0b198ee881
commit 77b93c5f21
7 changed files with 7 additions and 7 deletions

View File

@@ -167,7 +167,7 @@ if __name__ == '__main__':
p.check_grammar()
from uncompyle6 import PYTHON_VERSION, IS_PYPY
if PYTHON_VERSION == 3.5:
lhs, rhs, tokens, right_recursive = p.checkSets()
lhs, rhs, tokens, right_recursive = p.check_sets()
from uncompyle6.scanner import get_scanner
s = get_scanner(PYTHON_VERSION, IS_PYPY)
opcode_set = set(s.opc.opname).union(set(