You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Semantic routine nonterminal typo
This commit is contained in:
@@ -561,7 +561,7 @@ class FragmentsWalker(pysource.SourceWalker, object):
|
||||
designator = n[1]
|
||||
|
||||
n = n[2]
|
||||
elif n == 'list_ifnot':
|
||||
elif n == 'list_if_not':
|
||||
# FIXME: just a guess
|
||||
designator = n[1]
|
||||
n = n[2]
|
||||
|
Reference in New Issue
Block a user