You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 08:49:51 +08:00
More lint
This commit is contained in:
@@ -40,7 +40,7 @@ def make_function36(self, node, is_lambda, nested=1, code_node=None):
|
|||||||
Python version 3.6 and above.
|
Python version 3.6 and above.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# MAKE_CLOSURE adds an additional closure slot
|
# MAKE_CLOSURE adds a closure slot
|
||||||
|
|
||||||
# In Python 3.6 and above stack change again. I understand
|
# In Python 3.6 and above stack change again. I understand
|
||||||
# 3.7 changes some of those changes, although I don't
|
# 3.7 changes some of those changes, although I don't
|
||||||
@@ -243,11 +243,9 @@ def make_function36(self, node, is_lambda, nested=1, code_node=None):
|
|||||||
else:
|
else:
|
||||||
self.write("*, ")
|
self.write("*, ")
|
||||||
pass
|
pass
|
||||||
ends_in_comma = True
|
|
||||||
else:
|
else:
|
||||||
if argc > 0:
|
if argc > 0:
|
||||||
self.write(", ")
|
self.write(", ")
|
||||||
ends_in_comma = True
|
|
||||||
|
|
||||||
# ann_dict = kw_dict = default_tup = None
|
# ann_dict = kw_dict = default_tup = None
|
||||||
kw_dict = None
|
kw_dict = None
|
||||||
|
Reference in New Issue
Block a user