diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2019-08-24 13:11:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-24 13:11:52 +0300 |
commit | ef61c524ddeeb56da3858b86e349e7288d68178e (patch) | |
tree | e8a9defe85faff05464db6335140eb0990499f15 /Lib/opcode.py | |
parent | e9c90aa43144b0be1e4e393e8cb549573437a5da (diff) | |
download | cpython-git-ef61c524ddeeb56da3858b86e349e7288d68178e.tar.gz |
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.
Diffstat (limited to 'Lib/opcode.py')
0 files changed, 0 insertions, 0 deletions