pylint-dev/astroid

Explore using `optimize` argument of `ast.parse()` in Python 3.13

jacobtylerwalls opened this issue · 0 comments

Python 3.13 adds an optimize kwarg to ast.parse(). It does some constant folding. It might do something else, too.