You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Fix EXTENDED_ARG for long lists, sets, maps
This commit is contained in:
@@ -1646,7 +1646,7 @@ class SourceWalker(GenericASTTraversal, object):
|
||||
sep = ''
|
||||
|
||||
for elem in flat_elems:
|
||||
if elem == 'ROT_THREE':
|
||||
if elem in ('ROT_THREE', 'EXTENDED_ARG'):
|
||||
continue
|
||||
assert elem == 'expr'
|
||||
line_number = self.line_number
|
||||
|
Reference in New Issue
Block a user