You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
PyPy BUILD_MAP_n. Reinstate bytecode tests
This commit is contained in:
@@ -1519,7 +1519,7 @@ class SourceWalker(GenericASTTraversal, object):
|
||||
sep = INDENT_PER_LEVEL[:-1]
|
||||
self.write('{')
|
||||
|
||||
if self.version >= 3.0:
|
||||
if self.version >= 3.0 and not self.is_pypy:
|
||||
if node[0].type.startswith('kvlist'):
|
||||
# Python 3.5+ style key/value list in mapexpr
|
||||
kv_node = node[0]
|
||||
|
Reference in New Issue
Block a user