You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
More parser changes to reinstate what was working in 3.6.2...
However, again, probably more precise since we isolate loop rules better However, again, this isnt' the full store. Semantics were incorrect in Release 3.6.2 and they still are.
This commit is contained in:
@@ -48,7 +48,7 @@ class Python37Parser(Python37BaseParser):
|
||||
|
||||
_stmts ::= stmt+
|
||||
|
||||
# statements with continue
|
||||
# statements with continue and break
|
||||
c_stmts ::= _stmts
|
||||
c_stmts ::= _stmts lastc_stmt
|
||||
c_stmts ::= lastc_stmt
|
||||
|
Reference in New Issue
Block a user