Documentation
The documentation for ast claims:
Old classes ast.Num, ast.Str, ast.Bytes, ast.NameConstant and ast.Ellipsis are still available, but they will be removed in future Python releases. In the meantime, instantiating them will return an instance of a different class.
These classes were removed in #119563 and are no longer available.
Linked PRs