You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
Clean and check Python 2.6 grammar
This commit is contained in:
@@ -14,7 +14,6 @@ class Python25Parser(Python26Parser):
|
||||
|
||||
def p_misc25(self, args):
|
||||
'''
|
||||
|
||||
# If "return_if_stmt" is in a loop, a JUMP_BACK can be emitted. In 2.6 the
|
||||
# JUMP_BACK doesn't appear
|
||||
|
||||
|
Reference in New Issue
Block a user