You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
parens around consts when taking attr again
This commit is contained in:
@@ -268,6 +268,10 @@ TABLE_DIRECT = {
|
||||
'attribute_w_parens': ( '(%c).%[1]{pattr}',
|
||||
(0, 'expr')),
|
||||
|
||||
# This nonterminal we create on the fly in semantic routines
|
||||
'store_w_parens': ( '(%c).%[1]{pattr}',
|
||||
(0, 'expr')),
|
||||
|
||||
'unpack_list': ( '[%C]',
|
||||
(1, maxint, ', ') ),
|
||||
'build_tuple2': ( '%P',
|
||||
|
Reference in New Issue
Block a user