Closed
Description
Bug Report
From https://docs.python.org/3.12/whatsnew/3.12.html
- The following ast features have been deprecated in documentation since Python 3.8, now cause a DeprecationWarning to be emitted at runtime when they are accessed or used, and will be removed in Python 3.14:
* ast.Num
* ast.Str
* ast.Bytes
* ast.NameConstant
* ast.EllipsisUse ast.Constant instead. (Contributed by Serhiy Storchaka in gh-90953.)
Raised in fastparse.py
, but haven't checked if they're present elsewhere
Lines 133 to 151 in 3d2f437