You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Fix Python 2.7 try: try: else: bug
This commit is contained in:
@@ -816,6 +816,7 @@ class Scanner2(Scanner):
|
||||
rtarget = pre_rtarget
|
||||
else:
|
||||
rtarget = pre_rtarget
|
||||
pre_rtarget = pre[rtarget]
|
||||
|
||||
# Does the "jump if" jump beyond a jump op?
|
||||
# That is, we have something like:
|
||||
|
Reference in New Issue
Block a user