For Python 3: add LOAD_CLASSDEREF op

This commit is contained in:
rocky
2016-06-20 13:04:21 -04:00
parent 8c374904f5
commit 80cfe62f36
3 changed files with 14 additions and 4 deletions

View File

@@ -344,6 +344,10 @@ class Python3Parser(PythonParser):
'''
expr ::= LOAD_CLASSNAME
expr ::= LOAD_ASSERT
# Python 3.4+
expr ::= LOAD_CLASSDEREF
# Python3 drops slice0..slice3
# Python 3.3+ adds yield from