• Mark Dickinson's avatar
    More unparse.py fixes: · 8042e281
    Mark Dickinson yazdı
     - parenthesize lambdas, to avoid turning (lambda : int)() into lambda: int()
     - unparse an infinite float literals in the AST as an overflowing finite value
    
    unparse.py now successfully round-trips on all valid Lib/*.py and Lib/test/*.py files.
    8042e281
unparse.py 16.1 KB