]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116022: Improve `repr()` of AST nodes (#117046)
authorTomas R <tomas.roun8@gmail.com>
Wed, 18 Sep 2024 17:28:22 +0000 (19:28 +0200)
committerGitHub <noreply@github.com>
Wed, 18 Sep 2024 17:28:22 +0000 (10:28 -0700)
commit21d2a9ab2f4dcbf1be462d3b7f7a231a46bc1cb7
tree5bb4398ecb1cd8325d109d00878b60da8e29adfd
parentf9fa6ba4f8d90ae12bc1f6a792d66903bb169ba8
gh-116022: Improve `repr()` of AST nodes (#117046)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Doc/library/ast.rst
Lib/test/test_ast/data/ast_repr.txt [new file with mode: 0644]
Lib/test/test_ast/test_ast.py
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2024-03-19-22-21-22.gh-issue-116022.iyHENN.rst [new file with mode: 0644]
Parser/asdl_c.py
Python/Python-ast.c