You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Correct SET_LINENO handling in Python 2.2
Add more 2.2 tests
This commit is contained in:
@@ -13,7 +13,6 @@ class Python22Parser(Python23Parser):
|
||||
|
||||
def p_misc22(self, args):
|
||||
'''
|
||||
stmt ::= SET_LINENO
|
||||
_for ::= LOAD_CONST FOR_LOOP
|
||||
'''
|
||||
|
||||
|
Reference in New Issue
Block a user