You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Python 3 COME_FROM -> COME_FROM_WITH appropriately
This commit is contained in:
@@ -206,7 +206,7 @@ class Scanner3(Scanner):
|
||||
# Adjust the grammar and remove the below
|
||||
and (self.opName(jump_offset)[len('SETUP_'):]
|
||||
== action.name)
|
||||
and action.name in ['EXCEPT', 'LOOP']):
|
||||
and action.name in ['EXCEPT', 'LOOP', 'WITH']):
|
||||
come_from_name = '%s_%s' % (
|
||||
(come_from_name, action.name))
|
||||
pass
|
||||
|
Reference in New Issue
Block a user