You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Remove extra unpack *. Issue #98
This commit is contained in:
@@ -1554,7 +1554,7 @@ class SourceWalker(GenericASTTraversal, object):
|
|||||||
elif lastnodetype.startswith('BUILD_SET'):
|
elif lastnodetype.startswith('BUILD_SET'):
|
||||||
self.write('{'); endchar = '}'
|
self.write('{'); endchar = '}'
|
||||||
elif lastnodetype.startswith('BUILD_MAP_UNPACK'):
|
elif lastnodetype.startswith('BUILD_MAP_UNPACK'):
|
||||||
self.write('{**'); endchar = '}'
|
self.write('{*'); endchar = '}'
|
||||||
elif lastnodetype.startswith('ROT_TWO'):
|
elif lastnodetype.startswith('ROT_TWO'):
|
||||||
self.write('('); endchar = ')'
|
self.write('('); endchar = ')'
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user