You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
Handle 3.0 call_stmt better
This commit is contained in:
@@ -40,6 +40,7 @@ def customize_for_version26_27(self, version):
|
||||
'testtrue_then': ( 'not %p', (0, 22) ),
|
||||
})
|
||||
|
||||
# FIXME: this should be a transformation
|
||||
def n_call(node):
|
||||
mapping = self._get_mapping(node)
|
||||
key = node
|
||||
|
Reference in New Issue
Block a user