You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
One more LOAD_CONST->LOAD_STR remnant and...
We're good to go! All function signatures seem to be working! YAY! Credit goes to x0ret
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -784,7 +784,7 @@ def make_function3(self, node, is_lambda, nested=1, code_node=None):
|
||||
i = 0
|
||||
for n in node[0]:
|
||||
if n == 'kwarg':
|
||||
self.write('%s=' % n[0].pattr)
|
||||
self.write('%s=' % n[0].attr)
|
||||
self.preorder(n[1])
|
||||
if i < last:
|
||||
self.write(', ')
|
||||
|
Reference in New Issue
Block a user