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:
rocky
2019-06-09 18:20:05 -04:00
parent eae3f0d77b
commit 24ba5d7f40
5 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -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(', ')