gh-108113: Make it possible to create an optimized AST by iritkatriel · Pull Request #108154 · python/cpython
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there's a docs build issue, but otherwise this LGTM.
should the new ast.PyCF_OPTIMIZED_AST
be mentioned in the compiler-flags doc ?
the compile() doc has a link to the compiler-flags doc ,
so that someone reading the compile() doc , can find out
that compile() has the ast.PyCF_OPTIMIZED_AST option .
@dreamflow Would you like to create a PR for that doc change?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters