You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Bang more on BUIlD_MAP_UNPACK
there are still bugs. Note: {**{'x': 1}, **{'y': 2}} and {{'x': 1}, **{'y': 2}} generate the same Python 3.5+ bytecode.
This commit is contained in:
@@ -35,8 +35,6 @@ class PythonParser(GenericASTBuilder):
|
||||
'exprlist', 'kvlist', 'kwargs', 'come_froms', '_come_from',
|
||||
# Python < 3
|
||||
'print_items',
|
||||
# Python 3.5+
|
||||
# 'unmap_dict',
|
||||
# PyPy:
|
||||
'kvlist_n'])
|
||||
|
||||
|
Reference in New Issue
Block a user