You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Supoer multiple parsers, specifically for Python2 and Python3. In the
process some OO cleanup and some global variable hacks removed.
This commit is contained in:
@@ -51,8 +51,6 @@ def compare_ok(version, co):
|
||||
for good_line in good_lines:
|
||||
if '\tCOME_FROM ' in got_lines[i]:
|
||||
i += 1
|
||||
if '\tJUMP_FORWARD ' in good_line:
|
||||
good_line = good_line = good_line[:32] + good_line[35:]
|
||||
|
||||
if got_lines[i] != good_line:
|
||||
print('line %d %s' % (i+1, ('=' * 30)))
|
||||
|
Reference in New Issue
Block a user