Extent METHOD_CALL_KW to PyPy 3.8

This commit is contained in:
rocky
2021-11-23 07:23:23 -05:00
parent 211c74c240
commit 223b9e1d88

View File

@@ -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)