You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
NT build_list -> list to match AST
This commit is contained in:
@@ -435,7 +435,7 @@ class PythonParser(GenericASTBuilder):
|
||||
expr ::= LOAD_DEREF
|
||||
expr ::= load_attr
|
||||
expr ::= binary_expr
|
||||
expr ::= build_list
|
||||
expr ::= list
|
||||
expr ::= compare
|
||||
expr ::= dict
|
||||
expr ::= and
|
||||
|
Reference in New Issue
Block a user