Branch: refs/heads/master Home: https://github.com/python/cpython Commit: 36ff451ebae41f09560bff582c95946474d898f8 https://github.com/python/cpython/commit/36ff451ebae41f09560bff582c95946474d898f8 Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年06月11日 (2017年6月11日) Changed paths: M Misc/NEWS M Python/compile.c M Python/importlib.h M Python/importlib_external.h M Python/peephole.c Log Message: ----------- bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851)