diff --git a/uncompyle6/parser.py b/uncompyle6/parser.py index 2409f9f1..35d9bb55 100644 --- a/uncompyle6/parser.py +++ b/uncompyle6/parser.py @@ -391,6 +391,10 @@ class PythonParser(GenericASTBuilder): returns ::= return returns ::= _stmts return + + # NOP + stmt ::= nop_stmt + nop_stmt ::= NOP """ pass