Python 3.13 adds an `optimize` kwarg to `ast.parse()`. It does some [constant folding](https://github.com/python/cpython/issues/108113#issuecomment-1684103525). It might do something else, too.