commit | ef61c524ddeeb56da3858b86e349e7288d68178e | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sat Aug 24 13:11:52 2019 +0300 |
committer | GitHub <noreply@github.com> | Sat Aug 24 13:11:52 2019 +0300 |
tree | e8a9defe85faff05464db6335140eb0990499f15 | |
parent | e9c90aa43144b0be1e4e393e8cb549573437a5da [diff] |
bpo-37830: Fix compilation of break and continue in finally. (GH-15320) Fix compilation of "break" and "continue" in the "finally" block when the corresponding "try" block contains "return" with a non-constant value.