]> granicus.if.org Git - python/commit
bpo-32372: Move __debug__ optimization to the AST level. (#4925)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 25 Dec 2017 10:47:50 +0000 (12:47 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Dec 2017 10:47:50 +0000 (12:47 +0200)
commit3dfbaf51f0d90646e0414ddbd3b513ee8e5ffe9b
tree03005e193284d3da6590aa9e4740d2dcfa0e189b
parent1b3029ac8370ac76fa9571aef540e10aed0667ff
bpo-32372: Move __debug__ optimization to the AST level. (#4925)
Include/compile.h
Python/ast_opt.c
Python/compile.c