You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Remove 2.1 for_iter duplication
This commit is contained in:
@@ -13,7 +13,6 @@ class Python21Parser(Python22Parser):
|
||||
|
||||
def p_forstmt21(self, args):
|
||||
"""
|
||||
for_iter ::= LOAD_CONST FOR_LOOP
|
||||
for ::= SETUP_LOOP expr for_iter store
|
||||
returns
|
||||
POP_BLOCK COME_FROM
|
||||
|
Reference in New Issue
Block a user