Track important changes to xdis

Annotation counts have changed.
EXTENDED_ARGS adjustment in instructions have been corrected.
This commit is contained in:
rocky
2024-02-11 23:24:19 -05:00
parent 8348d86b09
commit 2886d2bd08
3 changed files with 17 additions and 29 deletions

View File

@@ -16,12 +16,6 @@ class Python33Parser(Python32Parser):
stmt ::= genexpr_func
"""
def p_33_function_def(self, args):
"""
annotate_pair ::= LOAD_NAME LOAD_CONST
"""
def customize_grammar_rules(self, tokens, customize):
self.remove_rules(
"""