]> granicus.if.org Git - python/commit
bpo-29469: Move constant folding to AST optimizer (GH-2858)
authorINADA Naoki <methane@users.noreply.github.com>
Thu, 14 Dec 2017 07:47:20 +0000 (16:47 +0900)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2017 07:47:20 +0000 (16:47 +0900)
commit7ea143ae795a9fd57eaccf490d316bdc13ee9065
tree1276bfc657c9a9281c6152ed656a89abdaaff4b8
parentb5fd9ad05e0f15f8272b8f1b829af22077230584
bpo-29469: Move constant folding to AST optimizer (GH-2858)
Doc/whatsnew/3.7.rst
Include/compile.h
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2017-07-26-00-20-15.bpo-29469.potmyI.rst [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/ast_opt.c [new file with mode: 0644]
Python/compile.c
Python/importlib.h
Python/importlib_external.h
Python/peephole.c