summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2017-12-14 16:47:20 +0900
committerGitHub <noreply@github.com>2017-12-14 16:47:20 +0900
commit7ea143ae795a9fd57eaccf490d316bdc13ee9065 (patch)
tree1276bfc657c9a9281c6152ed656a89abdaaff4b8 /Makefile.pre.in
parentb5fd9ad05e0f15f8272b8f1b829af22077230584 (diff)
downloadcpython-git-7ea143ae795a9fd57eaccf490d316bdc13ee9065.tar.gz
bpo-29469: Move constant folding to AST optimizer (GH-2858)
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 14f6f8abc5..fcce62f257 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -319,6 +319,7 @@ PYTHON_OBJS= \
Python/Python-ast.o \
Python/asdl.o \
Python/ast.o \
+ Python/ast_opt.o \
Python/bltinmodule.o \
Python/ceval.o \
Python/compile.o \