You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 09:22:40 +08:00
Bump xdis and pyenv versions,
This commit is contained in:
@@ -1091,8 +1091,8 @@ class Python37BaseParser(PythonParser):
|
||||
+ token.kind
|
||||
)
|
||||
|
||||
# Note: semantic actions make use of the fact of wheter "args_pos"
|
||||
# zero or not in creating a template rule.
|
||||
# Note: Semantic actions make use of whether or not "args_pos"
|
||||
# is zero when creating a template rule.
|
||||
self.add_unique_rule(rule, token.kind, args_pos, customize)
|
||||
else:
|
||||
token.kind = self.call_fn_name(token)
|
||||
|
Reference in New Issue
Block a user