You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-03 16:59:52 +08:00
fragments gen_ast more like pysource gen_ast
Skip deparse test for now
This commit is contained in:
@@ -2540,6 +2540,8 @@ class SourceWalker(GenericASTTraversal, object):
|
||||
def build_ast(self, tokens, customize, is_lambda=False,
|
||||
noneInNames=False, isTopLevel=False):
|
||||
|
||||
# FIXME: DRY with fragments.py
|
||||
|
||||
# assert isinstance(tokens[0], Token)
|
||||
|
||||
if is_lambda:
|
||||
|
Reference in New Issue
Block a user