summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorINADA Naoki <methane@users.noreply.github.com>2017-12-14 07:47:20 (GMT)
committerGitHub <noreply@github.com>2017-12-14 07:47:20 (GMT)
commit7ea143ae795a9fd57eaccf490d316bdc13ee9065 (patch)
tree1276bfc657c9a9281c6152ed656a89abdaaff4b8 /Doc/whatsnew
parentb5fd9ad05e0f15f8272b8f1b829af22077230584 (diff)
downloadcpython-7ea143ae795a9fd57eaccf490d316bdc13ee9065.zip
cpython-7ea143ae795a9fd57eaccf490d316bdc13ee9065.tar.gz
cpython-7ea143ae795a9fd57eaccf490d316bdc13ee9065.tar.bz2
bpo-29469: Move constant folding to AST optimizer (GH-2858)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.7.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 80f2a7f..d6d0861 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -581,6 +581,9 @@ Optimizations
and :meth:`selectors.DevpollSelector.modify` may be around 10% faster under
heavy loads. (Contributed by Giampaolo Rodola' in :issue:`30014`)
+* Constant folding is moved from peephole optimizer to new AST optimizer.
+ (Contributed by Eugene Toder and INADA Naoki in :issue:`29469`)
+
Build and C API Changes
=======================