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 lambda *arg handling
This commit is contained in:
@@ -798,7 +798,8 @@ def make_function3(self, node, is_lambda, nested=1, code_node=None):
|
||||
params.reverse()
|
||||
else:
|
||||
params.append("*%s" % code.co_varnames[argc])
|
||||
argc += 1
|
||||
if not is_lambda:
|
||||
argc += 1
|
||||
|
||||
# dump parameter list (with default values)
|
||||
if is_lambda:
|
||||
|
Reference in New Issue
Block a user