In Python 3.8, all constants are represented in the AST by the `ast.Constant` node type, which will replace `Num`, `Str`, `Bytes`, `Ellipsis` and `NameConstant`.