You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Lint some files
This commit is contained in:
@@ -411,7 +411,7 @@ def cmp_code_objects(version, is_pypy, code_obj1, code_obj2, verify, name=""):
|
||||
check_jumps[dest1].append((i1, i2, dest2))
|
||||
else:
|
||||
check_jumps[dest1] = [(i1, i2, dest2)]
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
i1 += 1
|
||||
|
Reference in New Issue
Block a user