You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
NT return_stmt -> return to match AST
This commit is contained in:
@@ -15,7 +15,7 @@ class Python21Parser(Python22Parser):
|
||||
"""
|
||||
for_iter ::= LOAD_CONST FOR_LOOP
|
||||
for ::= SETUP_LOOP expr for_iter store
|
||||
return_stmts
|
||||
returns
|
||||
POP_BLOCK COME_FROM
|
||||
for ::= SETUP_LOOP expr for_iter store
|
||||
l_stmts_opt _jump_back
|
||||
|
Reference in New Issue
Block a user