]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-108113: Make it possible to create an optimized AST (#108154)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Mon, 21 Aug 2023 16:31:30 +0000 (17:31 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 16:31:30 +0000 (16:31 +0000)
commit10a91d7e98d847b05292eab828ff9ae51308d3ee
treea81f95a971c03710f13217cf89e0f12532341af8
parent47022a079eb9d2a2af781abae3de4a71f80247c2
gh-108113: Make it possible to create an optimized AST (#108154)
Doc/library/ast.rst
Doc/whatsnew/3.13.rst
Include/cpython/compile.h
Lib/ast.py
Lib/test/test_ast.py
Lib/test/test_builtin.py
Misc/NEWS.d/next/Core and Builtins/2023-08-18-18-21-27.gh-issue-108113.1h0poE.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c
Python/pythonrun.c