summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorTomas R <tomas.roun8@gmail.com>2024-09-18 17:28:22 (GMT)
committerGitHub <noreply@github.com>2024-09-18 17:28:22 (GMT)
commit21d2a9ab2f4dcbf1be462d3b7f7a231a46bc1cb7 (patch)
tree5bb4398ecb1cd8325d109d00878b60da8e29adfd /Makefile.pre.in
parentf9fa6ba4f8d90ae12bc1f6a792d66903bb169ba8 (diff)
downloadcpython-21d2a9ab2f4dcbf1be462d3b7f7a231a46bc1cb7.zip
cpython-21d2a9ab2f4dcbf1be462d3b7f7a231a46bc1cb7.tar.gz
cpython-21d2a9ab2f4dcbf1be462d3b7f7a231a46bc1cb7.tar.bz2
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>
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 4947680..a4d9926 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -2416,6 +2416,7 @@ LIBSUBDIRS= asyncio \
TESTSUBDIRS= idlelib/idle_test \
test \
test/test_ast \
+ test/test_ast/data \
test/archivetestdata \
test/audiodata \
test/certdata \