]> granicus.if.org Git - python/commit
bpo-29469: Optimize literal lists and sets iterating on the AST level. (#4866)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 14 Dec 2017 18:24:31 +0000 (20:24 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2017 18:24:31 +0000 (20:24 +0200)
commit15a8728415e765f57e37f431f09e5c5821a04063
tree49b92805d627a61f155fd7a3ddeec692aac18373
parent233ef249cc5c18d796fb581747179c5e062b4083
bpo-29469: Optimize literal lists and sets iterating on the AST level. (#4866)
Python/ast_opt.c
Python/importlib.h
Python/importlib_external.h
Python/peephole.c