You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
For Python 3: add LOAD_CLASSDEREF op
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user