Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7db3c48

Browse files
Issue #28517: Fixed of-by-one error in the peephole optimizer that caused
keeping unreachable code.
1 parent 802883a commit 7db3c48

4 files changed

Lines changed: 3109 additions & 3109 deletions

File tree

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ What's New in Python 3.6.0 beta 3
1010
Core and Builtins
1111
-----------------
1212

13+
- Issue #28517: Fixed of-by-one error in the peephole optimizer that caused
14+
keeping unreachable code.
15+
1316
- Issue #28214: Improved exception reporting for problematic __set_name__
1417
attributes.
1518

0 commit comments

Comments
 (0)