You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Extent METHOD_CALL_KW to PyPy 3.8
This commit is contained in:
@@ -44,7 +44,7 @@ def customize_for_version(self, is_pypy, version):
|
||||
'assign2_pypy': ( '%|%c, %c = %c, %c\n', 3, 2, 0, 1),
|
||||
})
|
||||
|
||||
if version[:2] == (3, 7):
|
||||
if version[:2] >= (3, 7):
|
||||
|
||||
def n_call_kw_pypy37(node):
|
||||
self.template_engine(("%p(", (0, 100)), node)
|
||||
|
Reference in New Issue
Block a user