]> granicus.if.org Git - python/commit
Issue #28517: Fixed of-by-one error in the peephole optimizer that caused
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Oct 2016 06:30:43 +0000 (09:30 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 25 Oct 2016 06:30:43 +0000 (09:30 +0300)
commit7db3c488335168993689ddae5914a28e16188447
treed6961b3d600c2e3ca8969968f7fd3d1dd03e3f36
parent802883a386b30e4fdfd93dfef0dafa723fbeee15
Issue #28517: Fixed of-by-one error in the peephole optimizer that caused
keeping unreachable code.
Misc/NEWS
Python/importlib.h
Python/importlib_external.h
Python/peephole.c