You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Another 2.7 "if" with return fix
This works is in conjunction with the commit before the previous release commit.
This commit is contained in:
@@ -131,6 +131,7 @@ class Python27Parser(Python2Parser):
|
||||
else_suitel COME_FROM
|
||||
|
||||
return_stmts ::= _stmts return_stmt
|
||||
return_stmts ::= return_stmt
|
||||
return_stmt ::= return
|
||||
|
||||
ifstmt ::= testexpr return_stmts COME_FROM
|
||||
|
Reference in New Issue
Block a user