[issue39463] ast.Constant, bytes, and ast.unparse
Change by Tal Ben-Nun : -- versions: +Python 3.8 ___ Python tracker <https://bugs.python.org/issue39463> ___ ___ Python-bugs-list mailing list Unsubscribe:
[issue39463] ast.Constant, bytes, and ast.unparse
New submission from Tal Ben-Nun : In Python 3.8, the "kind" field was introduced into the Constant AST class. This brings about a problem when unparsing the AST for various packages. First, it breaks backward compatibility for older code that creates ast.Num without specifying kind