Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802883a commit 7db3c48Copy full SHA for 7db3c48
4 files changed
Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.6.0 beta 3
10
Core and Builtins
11
-----------------
12
13
+- Issue #28517: Fixed of-by-one error in the peephole optimizer that caused
14
+ keeping unreachable code.
15
+
16
- Issue #28214: Improved exception reporting for problematic __set_name__
17
attributes.
18
0 commit comments