]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108113: Make it possible to optimize an AST (#108282)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Wed, 23 Aug 2023 08:01:17 +0000 (09:01 +0100)
committerGitHub <noreply@github.com>
Wed, 23 Aug 2023 08:01:17 +0000 (09:01 +0100)
commit2dfbd4f36dd83f88f5df64c33612dd34eff256bb
treefca70758a85ee8f31122ec1f9cd882b425d5cf6b
parent79fdacc0059a3959074d2d9d054653eae1dcfe06
gh-108113: Make it possible to optimize an AST (#108282)
Include/internal/pycore_compile.h
Lib/test/test_ast.py
Lib/test/test_builtin.py
Python/bltinmodule.c
Python/compile.c
Python/pythonrun.c