Open
Description
Python 3.13 adds an optimize
kwarg to ast.parse()
. It does some constant folding. It might do something else, too.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Python 3.13 adds an optimize
kwarg to ast.parse()
. It does some constant folding. It might do something else, too.