You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 00:45:53 +08:00
Reduce check type for 2.5 and update bug reporting
This commit is contained in:
@@ -90,7 +90,7 @@ class Python25Parser(Python26Parser):
|
||||
""")
|
||||
super(Python25Parser, self).customize_grammar_rules(tokens, customize)
|
||||
if self.version[:2] == (2, 5):
|
||||
self.check_reduce["try_except"] = "tokens"
|
||||
self.check_reduce["try_except"] = "AST"
|
||||
self.check_reduce["aug_assign1"] = "AST"
|
||||
self.check_reduce["ifelsestmt"] = "AST"
|
||||
|
||||
|
Reference in New Issue
Block a user